dguzzo / RMagick-Blend

use RMagick wrapper to do fun things with source images
http://www.flickr.com/photos/dominicotine/collections/72157633447005928/
0 stars 0 forks source link

ability to choose preset comp sets #7

Open dguzzo opened 11 years ago

dguzzo commented 11 years ago

defined in the code as arrays of symbols that match specific comp algos that tend to work well. i could then specify to only run those comps on the dest/source images, resulting in higher signal/noise ratio.

https://github.com/dguzzo/RMagick-Blend/blob/master/lib/rmagick-blend.rb#L37

dguzzo commented 11 years ago

made progress in this, but it's quick n' dirty. should be abstracted better, along with options for command line yaml input or other means for quickly switching sets.