I have to convert a colored picture into a duotone black and white picture. I forced the edges to have good result, but the result isn't good enough.
I'm using rMagick with Ruby, but I'm looking for a better gem.
I have to convert a colored picture into a duotone black and white picture. I forced the edges to have good result, but the result isn't good enough.
I'm using rMagick with Ruby, but I'm looking for a better gem.
Paperclip is really great. You can use different processors and make with your pictures nearly everything.
Example for you is here: Rails Paperclip how to use filter options of ImageMagick?