"Christian Magnusson" on  wrote...
| Hi there,
| 
|  
| 
| I have tried to create an application which is supposed to download TV-guide
| images, and later trim, crop and resize them.
| 
|  
| 
| It seems to be some problem with the MagickWand-object after I have
| successfully called MagickTrimImage(). If the image was trimmed to a smaller
| size, MagickCropImage() returns a malformed image.
| 
|  
| 
| Should be MagickWand be updated in some way after MagickTrimImage() is
| called?   I have seen some convert scripts which call "+repage", but are
| there any similar functions that should be used?
| 
|  
| 
| Can anyone give me some hints if it's a bug in ImageMagick, or if I should
| try some other method.
| 
|  
this is in the forums for Magick++

Basically you need to set the images page geometry to 0x0+0+0
to do the same as +resize and remove the virtual offset information that
-trim leaves for expert users.

Sorry I don't know exactly what the Magick Syntax is. But it is in the
Magick forum

  Anthony Thyssen ( System Programmer )    <[EMAIL PROTECTED]>
 -----------------------------------------------------------------------------
  As flat as an open can of coke, left on a programmer's desk over the weekend.
                                          --- Rick Cook, "Wizardry Consulted"
 -----------------------------------------------------------------------------
     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