Search found 7 matches

by mrburnzie
2016-12-09T05:50:04-07:00
Forum: Users
Topic: Basic exposure effects?
Replies: 2
Views: 3957

Basic exposure effects?

Hello!

How do I achieve exposure with imagemagick?

Examples with the apple exposure effect:
https://postimg.org/image/52350k2xl/
https://postimg.org/image/5s5y2wiu7/

Thanks!
by mrburnzie
2016-12-08T06:27:22-07:00
Forum: Users
Topic: Making images highlight darker or lighter areas
Replies: 10
Views: 6398

Re: Making images highlight darker or lighter areas

I'm getting +clone: command not found :(

To be specific:

Code: Select all

+clone: command not found
fish:  +clone -blur 0x5 +level 55,45%% 
       ^
in command substitution
        called on standard input

convert: no images defined `out.jpg' @ error/convert.c/ConvertImageCommand/3210.
by mrburnzie
2016-12-08T06:23:42-07:00
Forum: Users
Topic: Making images highlight darker or lighter areas
Replies: 10
Views: 6398

Re: Making images highlight darker or lighter areas

Thanks, will try it out! :)
by mrburnzie
2016-12-08T06:16:05-07:00
Forum: Users
Topic: Making images highlight darker or lighter areas
Replies: 10
Views: 6398

Re: Making images highlight darker or lighter areas

Any suggestions?
by mrburnzie
2016-12-08T05:41:15-07:00
Forum: Users
Topic: Making images highlight darker or lighter areas
Replies: 10
Views: 6398

Re: Making images highlight darker or lighter areas

Yes, Bonzo is right. :)
by mrburnzie
2016-12-08T04:24:13-07:00
Forum: Users
Topic: Making images highlight darker or lighter areas
Replies: 10
Views: 6398

Making images highlight darker or lighter areas

Hi! I'm having trouble figuring out how to highlight darker and lighter areas of the image. I was trying using convert in.jpg +contrast out.jpg and convert in.jpg -contrast out.jpg , but that's not it. I would like to apply effects like "shadow" and "highlight" to my images. (darker and lighter) Any ...