Search found 8 matches
- 2012-10-24T23:02:55-07:00
- Forum: Users
- Topic: Merge multiple images
- Replies: 6
- Views: 11125
Re: Merge multiple images
Thank you very much!
- 2012-10-22T02:25:02-07:00
- Forum: Users
- Topic: Merge multiple images
- Replies: 6
- Views: 11125
Re: Merge multiple images
hello,
how can I change the order of the layers? Do I have to rename the files first? or is there an other way to influence which image comes to upper layer and which to the layers underneath?
Best regards
Adriana
how can I change the order of the layers? Do I have to rename the files first? or is there an other way to influence which image comes to upper layer and which to the layers underneath?
Best regards
Adriana
- 2012-10-05T05:54:28-07:00
- Forum: Users
- Topic: Merge multiple images
- Replies: 6
- Views: 11125
Re: Merge multiple images
Thank you very much. It worked and I will read about the layers! Best regards Adriana (I'm trying out different methods. Ihave hundreds of images with written text and I want to experiment with them- the aim is to create an animation. The single frames will be different combination of layered text ...
- 2012-10-04T13:32:52-07:00
- Forum: Users
- Topic: Merge multiple images
- Replies: 6
- Views: 11125
Merge multiple images
Hello, what is the best way to merge multiple images in to one- i want to have the same effekt like putting them in different layers in gimp and merge them. the images (png) have transparent areas. I tried composite with different options but either not all where merged or the images just gets black ...
- 2010-11-22T13:47:31-07:00
- Forum: Users
- Topic: modulate blue areas in hue
- Replies: 10
- Views: 20735
Re: modulate blue areas in hue
thank you, but I try once more to explain: I have many images with something blue in the background*. with -opaque blue I managed to separated this part in the image. But instead of filling it with another color, I want to modulate this blue part f.e. change the saturation to 120, the brightness to ...
- 2010-11-22T13:22:49-07:00
- Forum: Users
- Topic: modulate blue areas in hue
- Replies: 10
- Views: 20735
Re: modulate blue areas in hue
Yes, I'm trying to change the brightness, saturation and hue(¨) in areas of the image with a blue hue. This could be the original http://www.mikolaskova.cz/downloads/demo_imagemagick/original.JPG This could be the original http://www.mikolaskova.cz/downloads/demo_imagemagick/modulat.JPG (this ...
- 2010-11-22T12:35:22-07:00
- Forum: Users
- Topic: modulate blue areas in hue
- Replies: 10
- Views: 20735
Re: modulate blue areas in hue
thank you... I know the order of the modulate arguments, but I don't know how to apply this function on parts of the image, that have a certain color. I know how to replace certain parts with a color (f.e. fill with orange ...convert DSC_0208.JPG -fuzz 50% -fill orange -opaque blue test5.jpg) but I ...
- 2010-11-21T14:38:36-07:00
- Forum: Users
- Topic: modulate blue areas in hue
- Replies: 10
- Views: 20735
modulate blue areas in hue
Hello,
how can I modulate blue areas of an image in its hue
I tried things like
Thanks and regards
Adriana
how can I modulate blue areas of an image in its hue
I tried things like
Code: Select all
convert test.JPG -channel blue -modulate 40,40 test4.jpg but this always changes the whole image...
Adriana