Page 1 of 1
Filters like in Instagram for ImageMagick
Posted: 2013-05-10T04:23:20-07:00
by brubru
Hello everyone.
I need photo filters like in Instagram, where i can find a ready filters collection for imagemagick?
Re: Filters like in Instagram for ImageMagick
Posted: 2013-05-10T04:33:39-07:00
by magick
Re: Filters like in Instagram for ImageMagick
Posted: 2013-05-10T05:12:31-07:00
by brubru
Thanks.
Re: Filters like in Instagram for ImageMagick
Posted: 2013-05-10T08:45:33-07:00
by brubru
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.
Re: Filters like in Instagram for ImageMagick
Posted: 2013-05-10T08:56:45-07:00
by magick
Re: Filters like in Instagram for ImageMagick
Posted: 2013-05-10T09:44:54-07:00
by fmw42
Re: Filters like in Instagram for ImageMagick
Posted: 2013-05-11T11:39:26-07:00
by brubru
Thanks.
I have another question.
How to set in arguments for "curves" script, curve for separate red channel, blue and green?
Re: Filters like in Instagram for ImageMagick
Posted: 2013-05-11T13:32:26-07:00
by fmw42
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
Posted: 2013-05-12T06:12:04-07:00
by brubru
Ok. Thanks.