javax.imageio
Java - my paint program needs a menu bar with a submenu with an image - how to do?
SO I have this program that is kind of like paint, it lets you draw shapes and lines, but my assignment is to add a menu bar with a sub menu Fil开发者_开发问答e-> About, when Click on the about sectio[详细]
2023-04-09 02:23 分类:问答How to read image in parts (not ImageIO.read())?
Java supports reading of whole images with ImageIO.read(), but is there a way of reading an image only partially?[详细]
2023-04-06 04:14 分类:问答Read-Write image from a URL
I am trying to download an image from 开发者_开发问答an url...My code is : String url = \"http://mysite.com/image.xyz\"[详细]
2023-04-03 03:47 分类:问答Loading an Image
I read in a Game tutorial how to load images, and they did this: public Image loadImage(... String ref ...) {[详细]
2023-03-31 00:23 分类:问答Save UIImage Array to file with UIImagePNGRepresentation
I have an NSArray of UIImage. I wish to save it into disk using UIImagePNGRepresentation. The app show alertview and when clickedButtonAtIndex delegate method occurs I call in background the save met[详细]
2023-03-30 09:13 分类:问答javax.imageio.ImageIO Problem creating ImageInputStream
I have a Servlet in Tomcat 5.5 that reads local images sitting on a folder.The image is then sent back to an Applet.[详细]
2023-03-26 03:28 分类:问答How to read a image url in google appengine using java
The ImageIO is not in the whitelist of GAE. How to read a image(JPG,开发者_JAVA百科PNG) from url as ImageBuffer without using ImageIO?just use this Google App Engine built in API[详细]
2023-03-23 06:42 分类:问答Pure Java alternative to JAI ImageIO for detecting CMYK images
first I\'d like to explain the situation/requirements that lead to the question: In our web application we can\'t support CMYK images (JPEG) since IE 8 and below can\'t display them.[详细]
2023-03-23 03:25 分类:问答How to get the image size (width and height)?
I am new to grails. I spent fare amount of time in search of finding th开发者_如何学运维e image size using grails but end up with nothing.[详细]
2023-03-22 16:49 分类:问答Java Combine multiple images into a single bigger image without overlapping
I\'m trying to combine several images into a larger image using Java. The images that are passed in are all height 127 x width 293. The idea is that a number of images are passed to the method and the[详细]
2023-03-22 06:06 分类:问答