Search found 6 matches
- 2011-09-10T20:28:20-07:00
- Forum: Users
- Topic: More about reflection
- Replies: 5
- Views: 9091
Re: More about reflection
Thanks, Anthony! I'm trying. I must say it takes me too long to define points for control arrows for an image and this is the problem. Unlike the other reflection types, I have to redefine points for each image for this reflection type. I have too many images, so I wonder if there is another way to ...
- 2011-09-07T00:00:54-07:00
- Forum: Users
- Topic: More about reflection
- Replies: 5
- Views: 9091
Re: More about reflection
Thanks so much for your precious reply! Follow your instruction, we must distort the source image. But for this image (a .png file with a transparent background): http://img268.imageshack.us/my.php?image=reflectiont.png , if we distort the source image, the result is wrong, I think. What can I do to ...
- 2011-09-02T08:42:51-07:00
- Forum: Users
- Topic: More about reflection
- Replies: 5
- Views: 9091
More about reflection
Hi, everybody! I love the reflection effect so much. Please look at the screenshot here: http://img12.imageshack.us/my.php?image=reflectioncopy.png . Follow the instructions here http://www.imagemagick.org/Usage/advanced/#reflections , I can create a reflection like figure 1. Now I want a to create ...
- 2011-04-27T05:34:05-07:00
- Forum: Users
- Topic: How to get image size?
- Replies: 4
- Views: 35355
Re: How to get image size?
Yeah, I had some problems with .bat file, I searched around and it now works. Thanks a lot for your help!
- 2011-04-26T21:05:36-07:00
- Forum: Users
- Topic: How to get image size?
- Replies: 4
- Views: 35355
Re: How to get image size?
Thanks for your help. Your code works but please look at my .bat file below (the code creates reflection effect for an image): set s=960x1280 convert "c:\h.jpg" -alpha on -background transparent -gravity South -extent %s% ( +clone -flip ( -size %s% gradient:"rgba(0,0,0,0.6)-none" -size 10x0 xc:none ...
- 2011-04-26T01:55:18-07:00
- Forum: Users
- Topic: How to get image size?
- Replies: 4
- Views: 35355
How to get image size?
Hello, everybody!
I am new to ImageMagick. I am using ImageMagick-6.6.9-Q16-windows on Windows XP. I want to get the size of the image which is previously resized for later use, how can I do that? Please help, thanks.
I am new to ImageMagick. I am using ImageMagick-6.6.9-Q16-windows on Windows XP. I want to get the size of the image which is previously resized for later use, how can I do that? Please help, thanks.