Filters like in Instagram for ImageMagick

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
brubru
Posts: 18
Joined: 2013-05-10T04:22:01-07:00
Authentication code: 6789

Filters like in Instagram for ImageMagick

Post by brubru »

Hello everyone.
I need photo filters like in Instagram, where i can find a ready filters collection for imagemagick?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Filters like in Instagram for ImageMagick

Post by magick »

brubru
Posts: 18
Joined: 2013-05-10T04:22:01-07:00
Authentication code: 6789

Re: Filters like in Instagram for ImageMagick

Post by brubru »

Thanks.
brubru
Posts: 18
Joined: 2013-05-10T04:22:01-07:00
Authentication code: 6789

Re: Filters like in Instagram for ImageMagick

Post 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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Filters like in Instagram for ImageMagick

Post by magick »

User avatar
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

Post by fmw42 »

brubru
Posts: 18
Joined: 2013-05-10T04:22:01-07:00
Authentication code: 6789

Re: Filters like in Instagram for ImageMagick

Post by brubru »

Thanks.

I have another question.
How to set in arguments for "curves" script, curve for separate red channel, blue and green?
User avatar
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

Post 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.
brubru
Posts: 18
Joined: 2013-05-10T04:22:01-07:00
Authentication code: 6789

Re: Filters like in Instagram for ImageMagick

Post by brubru »

Ok. Thanks.
Post Reply