---------- Forwarded message ----------
From: Sergey Polzunov <[EMAIL PROTECTED]>
Date: Dec 11, 2006 8:33 AM
Subject: Re: [magick-developers] problem with gif thumbnails
To: Anthony Thyssen <[EMAIL PROTECTED]>

I've discovered that my scaled gif looks ok in IE and some image viewers but
in Firefox it appears with black and white stripes. The crop operation
causes this side effect, i think. What function do I need --maybe
"repage"-function? (Maybe you know where I can find JMagick examples of
converting images, setting page? or simple API docs?)


On 12/11/06, Anthony Thyssen <[EMAIL PROTECTED]> wrote:

"Sergey Polzunov" on  wrote...
| Hello everybody
|
| I'm trying to scale and crop GIF image and I've got some strange problem
-
| white or black strip on the left side of the scaled image.
|
| Examples you can see at
| [full size image] - http://out.com.ua/storage/full_size.gif
| [scaled image] - http://out.com.ua/storage/resized.gif
|
| ImageMagick version is 5.5.7-Q8
| JMagick version is 5.5.7-Q8
|
| code for scaling and croping using JMagick API:
| scaledImage = image.zoomImage((int) imageWidth, (int) imageHeight);
| cropedImage = scaledImage.cropImage(new Rectangle(x, y, width, height));
|
| any suggestions are welcome
|
No white or black strip seen in examples pointed to.

  Anthony Thyssen ( System Programmer )    <[EMAIL PROTECTED]>

-----------------------------------------------------------------------------
      Kettering's Law :-
             "Logic is an organized way of going wrong, with confidence."

-----------------------------------------------------------------------------
     Anthony's Home is his Castle     
http://www.cit.gu.edu.au/~anthony/<http://www.cit.gu.edu.au/%7Eanthony/>




--
Best regards,
Polzunov Sergei
e-mail: [EMAIL PROTECTED]
ICQ: #204206246


--
Best regards,
Polzunov Sergei
e-mail: [EMAIL PROTECTED]
ICQ: #204206246
_______________________________________________
Magick-developers mailing list
Magick-developers@imagemagick.org
http://studio.imagemagick.org/mailman/listinfo/magick-developers

Reply via email to