"Fang Zhu" on  wrote...
| I am try to resize images to smaller ones with height of 30. But I have the
| following problems:
| 
| 1. the command below works fine with IM ImageMagick-6.3.3-10-Q16 but not
| ImageMagick-6.3.4-10-Q16 - the transparency is lost, and the background
| becomes black.
| 
| convert in.png -resize x30 -type palette -depth 8 out.png
| 
It is working fine in later releases. try the   IM v6.3.5

Also make sure you do not have two IM library installed.
That is the command is finding the wrong library and coders.

| 2. with ImageMagick-6.3.4-10-Q16 the command below can keep the
| transparency, but the lines in the output image are distorted.
| 
| convert in.png -resize x30  PNG8:out_png8.png
| 
| The images are attached to this message. Anyone can help me fix the problem?
|
You can not send attachments to this list.  Give links to the images
instead.
  Anthony Thyssen ( System Programmer )    <[EMAIL PROTECTED]>
 -----------------------------------------------------------------------------
   It has been proved, beyond a shadow of a doubt, that million-to-one
       chances, occur nine times out of ten!         ---   Terry Pratchet
 -----------------------------------------------------------------------------
     Anthony's Home is his Castle     http://www.cit.gu.edu.au/~anthony/
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to