Search found 18 matches

by brubru
2013-06-05T03:02:30-07:00
Forum: Developers
Topic: Level - Input with output
Replies: 8
Views: 9442

Re: Level - Input with output

Thank you very much. I chose this method - "-level 20% +level 20%". I don't know why, but here "http://www.imagemagick.org/Usage/color_mods/#level_plus" this command "convert test.png +level 20% -level 20% test_level_undo.png" just switch output point back to 0%. So, for real he do 20%,20%.
by brubru
2013-06-04T12:17:38-07:00
Forum: Developers
Topic: Level - Input with output
Replies: 8
Views: 9442

Level - Input with output

Hi.
How i can to do this effect? Image
I mean output 82 with input 56.
-level and +level do 82,0 or 0,56. But i need 82,56. Help me please to resolve it.
by brubru
2013-05-23T12:14:18-07:00
Forum: Developers
Topic: Colorize - how to turn on
Replies: 16
Views: 16610

Re: Colorize - how to turn on

I find.
by brubru
2013-05-23T10:53:47-07:00
Forum: Developers
Topic: Colorize - how to turn on
Replies: 16
Views: 16610

Re: Colorize - how to turn on

Is there a version for windows that would work as "6.7.9-4 2013-04-09 Q16" on UNIX?
It is in this problem with command.
by brubru
2013-05-22T13:08:13-07:00
Forum: Developers
Topic: Colorize - how to turn on
Replies: 16
Views: 16610

Re: Colorize - how to turn on

system("convert \"1.jpg\" \( -clone 0 -fill \"#987272\" -colorize 100% \) -compose soft-light -composite \"111.jpg\"");
This work - thank you very much, you really help me.
by brubru
2013-05-22T12:20:26-07:00
Forum: Developers
Topic: Colorize - how to turn on
Replies: 16
Views: 16610

Re: Colorize - how to turn on

P.S. You must have double quotes (escaped as shown above) around your hex color and the system call must start and end with double quotes
I do this.

Input - "http://i.tinyuploads.com/ANL1wl.jpg", output - "http://i.tinyuploads.com/QK9mLW.jpg".
by brubru
2013-05-22T11:19:18-07:00
Forum: Developers
Topic: Colorize - how to turn on
Replies: 16
Views: 16610

Re: Colorize - how to turn on

This is a effect what i need - Image.
by brubru
2013-05-22T11:01:35-07:00
Forum: Developers
Topic: Colorize - how to turn on
Replies: 16
Views: 16610

Re: Colorize - how to turn on

-compose "soft-light"
I'm trying without quotes, but result not changes, still just pure fill, the layers are not mixed up.
by brubru
2013-05-22T10:15:59-07:00
Forum: Developers
Topic: Colorize - how to turn on
Replies: 16
Views: 16610

Re: Colorize - how to turn on

No, syntactics it's alright, i mean commands look like this "convert 1.jpg \( -clone 0 -fill "# 987272" -colorize 100% \) -compose "soft-light" -composite out.jpg".

There google editor removed the spaces, sorry for that.
by brubru
2013-05-22T05:10:41-07:00
Forum: Developers
Topic: Colorize - how to turn on
Replies: 16
Views: 16610

Re: Colorize - how to turn on

I know about modulate. Now i'm try to solve this another way. So, I need to recreate the Photoshop action on imagemagick. And now i was faced with another challenge, I want to create a new layer of the same size as the original image, fill it with color and apply the mod soft-light, then save. I try ...
by brubru
2013-05-21T09:09:56-07:00
Forum: Developers
Topic: Colorize - how to turn on
Replies: 16
Views: 16610

Re: Colorize - how to turn on

"-modulate" work like this layer on screen in PhotoshopImage , but i need with colorize, like on this screen Image.
I tried to do it, but so far without results.
Помогите пожалуйста решить эту задачу.
by brubru
2013-05-19T08:40:20-07:00
Forum: Developers
Topic: Colorize - how to turn on
Replies: 16
Views: 16610

Colorize - how to turn on

Hello everyone.
In photoshop "hue/saturation" layer have a "colorize" option, if I turn it on, it gives a very different result, how can I do this in imagemagick?
by brubru
2013-05-16T01:37:25-07:00
Forum: Developers
Topic: Layer with opacity
Replies: 1
Views: 3404

Layer with opacity

Hi.
How i can to create a fill or adjustment layer with opacity like on this screen - Image.
The reason why i need it, is a opacity effect.
by brubru
2013-05-12T06:12:04-07:00
Forum: Developers
Topic: Filters like in Instagram for ImageMagick
Replies: 8
Views: 21741

Re: Filters like in Instagram for ImageMagick

Ok. Thanks.
by brubru
2013-05-11T11:39:26-07:00
Forum: Developers
Topic: Filters like in Instagram for ImageMagick
Replies: 8
Views: 21741

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?