javax.imageio
Download an image from a URL?
I am trying to use HTTP::get to download an image of a Google chart from a URL I created. This was my first attempt:[详细]
2023-03-22 00:30 分类:问答Reading specific image MetaData efficiently using javax.imageio
I\'m trying to read a PNG image using javax.imageio and then extract the bit-depth and color-type meta data.[详细]
2023-03-20 21:53 分类:问答JFrame image display at frame resize
I have this JFrame containing a children of JPanel wherein it displays the image which is declared in this manner.[详细]
2023-03-17 11:57 分类:问答Help on adding plug-in to Java ImageWriter
I am trying to save a Buffe开发者_如何学JAVAredImage as a PNM file. I already installed the JAI (Java Advanced Imaging), and have the PNMWriter plug-in imported. However, I don\'t know how to add it t[详细]
2023-03-17 04:03 分类:问答Trying to create a file to save an image Java
I get the following exception when trying to create a file on windows 7 using Java. An example of a path is \"C:/g-ecx/images-amazon/com/images/G/01/gno/images/orangeBlue/navPackedSprites-US-22.V18371[详细]
2023-03-16 20:48 分类:问答Specify image name in "on the fly" java image generation
I have some java code that generates an image from scratch. I also have a servlet that serves the image according to some parameters (fyi, it is QR Code generation).[详细]
2023-03-16 01:07 分类:问答iOS4 calling ImageNamed: still leak or cause memory issue?
So apparently, my app crashes on ipod 2nd generation due to low memory issue. What I do was calling image on each view within scrollView + pageControl when user scrolls. And app crashed when it reache[详细]
2023-03-15 15:50 分类:问答Applet Code runing well in eclipse environement but not in the browser
i\'m stucked on this p开发者_如何学编程oint since 3 days and i\'m out of idea. If someone could help, my week will start really well ![详细]
2023-03-15 12:29 分类:问答ImageIO.read throws exception in multithreaded execution
I am trying to use ImageIO.read to read image from inputstream in a multithreaded environment. The following is the code,[详细]
2023-03-13 01:34 分类:问答CGImageRead_mapData 'open' failed ... error = 2 (No such file or directory)
I have implemented an iPhone application with a customized tabbar. The images used for selected/unselected tab are loaded via UIImage imageNamed. Normally it works just fine, but then sometimes, what[详细]
2023-03-08 15:05 分类:问答