Hello everyone.
I need photo filters like in Instagram, where i can find a ready filters collection for imagemagick?
Filters like in Instagram for ImageMagick
Re: Filters like in Instagram for ImageMagick
Ok, but how i can to use it on my server?
I mean - this is a free image manipulation service, but i need same library to use it in my application.
I mean - this is a free image manipulation service, but i need same library to use it in my application.
Re: Filters like in Instagram for ImageMagick
Thanks.
I have another question.
How to set in arguments for "curves" script, curve for separate red channel, blue and green?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Filters like in Instagram for ImageMagick
brubru wrote:Thanks.
I have another question.
How to set in arguments for "curves" script, curve for separate red channel, blue and green?
Currently, you will have to separate channels, process each with the curves script, and then recombine channels. You could write a short shell script to do this calling curves for each channel.
I will have to look into adding a channel setting. But it would only work on the channels selected and use the same curve. Changing it to allow separate curves would more complex. I will put this all on my to do list, but I do not know when I will get to it.
Re: Filters like in Instagram for ImageMagick
Ok. Thanks.