Search found 11 matches
- 2014-03-21T01:01:05-07:00
- Forum: Users
- Topic: different images when using different versions of convert
- Replies: 5
- Views: 2883
Re: different images when using different versions of conver
I have posted exactly the images I use - the source image is small because I generate one small image from another small image - but the third image in the first post is really the input image. On all systems there is another imagemagick version installed. additionally, I compared the output of ...
- 2014-03-20T20:59:16-07:00
- Forum: Users
- Topic: different images when using different versions of convert
- Replies: 5
- Views: 2883
Re: different images when using different versions of conver
Hi
Thanks for your quick reply.
I do indeed have both versions installed. Therefore I specify the full path in the command line - in my case - /opt/bin/convert
While I found agree that the IM version is ancient, I need to work with that exact version...
Thanks for your quick reply.
I do indeed have both versions installed. Therefore I specify the full path in the command line - in my case - /opt/bin/convert
While I found agree that the IM version is ancient, I need to work with that exact version...
- 2014-03-20T08:52:58-07:00
- Forum: Users
- Topic: different images when using different versions of convert
- Replies: 5
- Views: 2883
different images when using different versions of convert
Hello guys On my system (kubuntu 13.10 x64) the following command convert -size 120x120 xc:none -fill white -draw 'rectangle 0,0,120,120' \( source.jpg -bordercolor "#EAEAEA" -border 1x1 \) -gravity center -composite JPG:test1.jpg on IM 6.5.2-5 produces the following image http://www.23hq.com/v ...
- 2013-04-07T22:38:34-07:00
- Forum: Bugs
- Topic: Problem with ImageMagick 6.5.2-5
- Replies: 11
- Views: 7537
Re: Problem with ImageMagick 6.5.2-5
I think I've seen warnings for TIFF tags in 6.5.2-5 as well so my guess would be that this is not the problem. I would appreciate however, if someone runs a debugger with the specified commands and images and sees what exactly is going wrong. It could also help find some workaround (or how to fix ...
- 2013-04-05T03:06:19-07:00
- Forum: Bugs
- Topic: Problem with ImageMagick 6.5.2-5
- Replies: 11
- Views: 7537
Re: Problem with ImageMagick 6.5.2-5
Unfortunately not possible at this point.fmw42 wrote:Your version of IM is ancient (over 300 versions old) and may have a bug. You would be well of upgrading.
- 2013-04-04T03:45:03-07:00
- Forum: Bugs
- Topic: Problem with ImageMagick 6.5.2-5
- Replies: 11
- Views: 7537
Re: Problem with ImageMagick 6.5.2-5
The problem with identify -format is for the other image - 127, not 123.
Could anyone else please help?
Could anyone else please help?
- 2013-04-03T05:11:27-07:00
- Forum: Bugs
- Topic: Problem with ImageMagick 6.5.2-5
- Replies: 11
- Views: 7537
Re: Problem with ImageMagick 6.5.2-5
Here are links to the images
First image:
http://www.filedropper.com/brueckeninsp-123
Second image:
http://www.filedropper.com/brueckeninsp-127
First image:
http://www.filedropper.com/brueckeninsp-123
Second image:
http://www.filedropper.com/brueckeninsp-127
- 2013-04-02T07:15:39-07:00
- Forum: Bugs
- Topic: Problem with ImageMagick 6.5.2-5
- Replies: 11
- Views: 7537
Re: Problem with ImageMagick 6.5.2-5
Sorry, actually the command used goes like this:
Code: Select all
/opt/bin/identify -format "Depth: %z\n ClassAndColorspace: %r\n PageCount: %n\n" Brueckeninsp-127.tif
- 2013-03-29T03:29:14-07:00
- Forum: Bugs
- Topic: Problem with ImageMagick 6.5.2-5
- Replies: 11
- Views: 7537
Problem with ImageMagick 6.5.2-5
I have some Tiff images that have problems when identified with ImageMagick. ImageMagick Version: 6.5.2-5 2012-05-28 Q16 OpenMP OS: KUbuntu 12.10 64 bit Below is the output of two images. I will try to gain permission to attach the images. Both of the commands below have no problem when using ...
- 2013-03-12T00:53:36-07:00
- Forum: Bugs
- Topic: Cache resource exhausted IM 6.5.2-5 2011-04-26 Q16 OpenMP
- Replies: 2
- Views: 3831
Re: Cache resource exhausted IM 6.5.2-5 2011-04-26 Q16 OpenM
Thanks for the quick reply!
I will try to check the workarounds provided ASAP and will add whatever outcome I get.
I will try to check the workarounds provided ASAP and will add whatever outcome I get.
- 2013-03-11T09:03:23-07:00
- Forum: Bugs
- Topic: Cache resource exhausted IM 6.5.2-5 2011-04-26 Q16 OpenMP
- Replies: 2
- Views: 3831
Cache resource exhausted IM 6.5.2-5 2011-04-26 Q16 OpenMP
Hi I have the following command to convert a tif of approximately 20000 x 20000 pixels. convert -quality 85 -compress LZW myfile.tif -profile (...path)/sRGB.icm -intent Relative -black-point-compensation -interpolate bilinear -scale 683x700! -strip JPG:~/test.jpg As is visible, the command is ...