| | |
Convert an image to *.ico format
Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: Mar 2004
Posts: 3
Reputation:
Solved Threads: 0
Hello!
i'm using the API JIMI (Java Image Mangement Interface) and i would like to convert any image like gif, jpg, bmp,... to an image *.ico,i have used this first part of source code in my program
but i have got this Exception "Cannot find encoder for a.ico" when i executed my program, after that i have tried to use an other possible source code which is
but i have faced the exception exception of image/x-icone exception it require the palette image
i was wondering if someone would mind helping me to solve this problem or giving me any suggestion for help.
i'm using the API JIMI (Java Image Mangement Interface) and i would like to convert any image like gif, jpg, bmp,... to an image *.ico,i have used this first part of source code in my program
Java Syntax (Toggle Plain Text)
Image img=Jimi.getImage("a.jpg"); Jimi.putImage(img,"a.ico");
Java Syntax (Toggle Plain Text)
Jimi.setDefaultFlags(Jimi.VIRTUAL_MEMORY); String str="a.jpg"; String s="a.ico"; Image img=Jimi.getImage(str); File f=new File(s); FileOutputStream out = new FileOutputStream(f); ICOEncoder ico = new ICOEncoder(); JimiReader jir=Jimi.createJimiReader(str); ico.encodeImage(jir.getRasterImage(),out);
i was wondering if someone would mind helping me to solve this problem or giving me any suggestion for help.
Last edited by ~s.o.s~; Nov 25th, 2006 at 9:46 am. Reason: Added code tags, learn to use them yourself
![]() |
Similar Threads
- Code for Image Processing (C)
- Image read and write operations in turbo C (C)
- Logo Help (HTML and CSS)
- How to convert wav to mp3 using VB? (Visual Basic 4 / 5 / 6)
- Changing a bitmap to a vector image .eps format (Graphics and Multimedia)
- Backp/Restore HardDisk Image (C++)
Other Threads in the Java Forum
- Previous Thread: Incompatible types error
- Next Thread: Calculating distance between pixels
Views: 4728 | Replies: 0
| Thread Tools | Search this Thread |
Tag cloud for Java
actionlistener android api apple applet application arguments array arrays automation binary bluetooth character chat class classes client code component consumer database desktop developmenthelp draw eclipse encode error event exception file fractal ftp game givemetehcodez graphics gui helpwithhomework html ide image input integer j2me j2seprojects java javac javaee javaprojects jmf jni jpanel julia lego linked linux list loop mac map method methods mobile netbeans newbie number object online oracle print printf problem program programming project properties recursion researchinmotion rotatetext rsa scanner score screen server set size sms socket sort sql string swing template test threads time tree update windows working xstream





