Merge remote-tracking branch 'gwygonik/master'

pull/7/head
Windell Oskay 2017-03-30 18:28:37 -07:00
commit 43d3bb1491
2 zmienionych plików z 34 dodań i 3 usunięć

Wyświetl plik

@ -1,10 +1,17 @@
# SquiggleDraw
Processing app to create an SVG based on the brightness of an image transformed into sine waves.
SquiggleDraw will create a SVG file from an image, using the brightness to change the amplitude of sine waves. It is easier to look at the examples below to better understand. :-)
You can use the saved SVG file to print from Inkscape/AI/etc, draw with a pen on a pen plotter (like the awesome AxiDraw), or engrave with a lasercutter (it looks cool!)
This is code for Processing (http://processing.org)
Features:
* Simple UI to control effects
* Simple UI to load/save images, adjust parameters related to the sine waves, and basic image adjustements
* Saved SVG is larger than original image for detail
Example output:
![alt tag](https://cloud.githubusercontent.com/assets/2564583/20510932/dd6f7f7c-b028-11e6-94df-dd1693214b3a.png)
![SquiggleDraw Example Output](https://cloud.githubusercontent.com/assets/2564583/20510932/dd6f7f7c-b028-11e6-94df-dd1693214b3a.png)
SquiggleDraw UI:
![SquiggleDraw UI](https://cloud.githubusercontent.com/assets/2564583/22277912/50d6a0da-e274-11e6-9605-1838b998aed0.png)

24
license.md 100644
Wyświetl plik

@ -0,0 +1,24 @@
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to <http://unlicense.org>