Search found 2 matches

by gjones99
2011-02-11T13:54:49-07:00
Forum: Bugs
Topic: unable to convert to tif using stdout to BufferedImage
Replies: 4
Views: 8350

Re: unable to convert to tif using stdout to BufferedImage

That should work for you, it also works for me, there is not a problem with that command and my image is fine. I can convert a png to a physical tif file all day long. However, I am trying to avoid writing actual files to the file system when running the convert command. Here is the background: The ...
by gjones99
2011-02-11T11:17:11-07:00
Forum: Bugs
Topic: unable to convert to tif using stdout to BufferedImage
Replies: 4
Views: 8350

unable to convert to tif using stdout to BufferedImage

I'm trying to convert a png to a tif file in memory (without writing the file to the file system) and am getting the "unable to write blob" error. Thinking that it has something to do with not deleting tmp files. Windows 7 Enterprise Version ImageMagick-6.6.7-Q16 You can duplicate the error message ...