User Profile
Collapse
-
Thanks, but I still isn't working. Does JAI Imageio need to be installed separately on every computer that runs the .jar? If it does then I don't understand what the Class-Path line in the manifest is for. I can't seem to find any information on this. Any help would be appreciated. Thanks. -
creating a jar with an external library
I have a program that reads and writes tiff files. I have JAI ImageIO installed on my computer and the program works fine. But when I create a jar and try to run it on another computer I can't read or write tiffs. I'm not sure what I have to do to get this to work on other computers.
Here's what I have tried:
I created a directory lib (containing clibwrapper_jii o.jar and jai_imageio.jar ), in the directory with the .class files.... -
Yes, I tried "tiff" but it still doesn't work. I can save the BufferImage as a jpeg but I can't figure out how to save it as a tiff.Leave a comment:
-
Saving a bufferedimage as a .tiff
I'm trying to save a BufferedImage as a .tiff.
The following:
ImageIO.write(b ufferedImg, "TIFF", new File("file.tiff "));
is returning false.
Do I need to use JAI?
I'm just trying to use the easiest way to save a .tiff.
Thanks.
No activity results to display
Show More
Leave a comment: