I'm using imagemagick very often for all kinds of converting and modifiing images and I'm very glad to have this wonderful software!!
Now I have a picture which I wanna trim and I don't know where is my bug or if IM has a bug!?
Don't wonder - normally the pictures have additional white areas which should be trimmed. But this example is problematic...
1)
Code: Select all
convert B156074.png +matte -bordercolor white -border 8x8 B156074_border.gif
Code: Select all
convert B156074_border.gif -bordercolor white -trim +repage B156074_result.gif
Here the link to a sample page with the above pictures: http://www.thieme-chemistry.com/fileadm ... -test.html
Any comment to this bug is welcome!
Klaus