Hi,
im creating a canvas with several images layin over an other. And i have some images witch i flop, flip and maybe rotate. but when i flop one of this images, the image is not flopping within its own center.
this is my work with the image an current code: http://goo.gl/0DKuZ
i think this the problem is the gravity center of the canvas, but i cant solve this problem.
How can i use this effect just for one selected image?
can anyone help me?
Flop one image while creating a canvas with several images
-
- Posts: 4
- Joined: 2013-05-07T06:03:56-07:00
- Authentication code: 6789
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Flop one image while creating a canvas with several imag
The code on your web page has no flip or flop. I don't understand what problem you are trying to solve.
Can you provide an example that shows the problem?
Can you provide an example that shows the problem?
snibgo's IM pages: im.snibgo.com
-
- Posts: 4
- Joined: 2013-05-07T06:03:56-07:00
- Authentication code: 6789
Re: Flop one image while creating a canvas with several imag
i have add now the -flop tag.
im trying to flop one single image before i put it into the canvas.
my problem is that i dont know how i have to use the -flop or -flip for just one selected image. the image has to flop on their own center. but if i use flop the whole canwas is flopping.
im trying to flop one single image before i put it into the canvas.
my problem is that i dont know how i have to use the -flop or -flip for just one selected image. the image has to flop on their own center. but if i use flop the whole canwas is flopping.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Flop one image while creating a canvas with several imag
put the one image in parenthesis with the -flip or -flop as appropriate.
convert image1 image2 \( image3 -flip \) image4 ...
see
http://www.imagemagick.org/Usage/basics/#parenthesis
If on windows leave off the /
convert image1 image2 \( image3 -flip \) image4 ...
see
http://www.imagemagick.org/Usage/basics/#parenthesis
If on windows leave off the /
-
- Posts: 4
- Joined: 2013-05-07T06:03:56-07:00
- Authentication code: 6789
Re: Flop one image while creating a canvas with several imag
also the same problem
as you can see i have added the original image below.
the items should have the same positions as the original, but just floped, but it seams that the cansvas is flopping on each new image instead of the images itself.
as you can see i have added the original image below.
the items should have the same positions as the original, but just floped, but it seams that the cansvas is flopping on each new image instead of the images itself.
-
- Posts: 4
- Joined: 2013-05-07T06:03:56-07:00
- Authentication code: 6789
Re: Flop one image while creating a canvas with several imag
soo im sorrry!!
It has worked!!!!
THANK YOU @fmw42 !!!!!!!!!!
It has worked!!!!
THANK YOU @fmw42 !!!!!!!!!!