Top "Bufferedimage" questions

double-buffering in desktop GUI applications.

How to increase the resolution of image in PDF renderer?

I want to increase the resolution of a image. I used PDFRenderer-0.9.0 jar . It is downloaded from java.net for …

java pdf bufferedimage myeclipse pdfrenderer
Can I tell what the file type of a BufferedImage originally was?

In my code, I have a BufferedImage that was loaded with the ImageIO class like so: BufferedImage image = ImageIO.read(…

java image bufferedimage javax.imageio
How to decide which BufferedImage image type to use?

Java BufferedImage class has a long list of class variables known as the image type which can be used as …

java bufferedimage
Java - Image Rotation

I am trying to rotate image. I am using this Java code: BufferedImage oldImage = ImageIO.read(new FileInputStream("C:\\workspace\\…

java image graphics rotation bufferedimage
Drawing Filled Rectangle over a BufferedImage

So I am attempting to create an application that can black-out sections of a survey that contains sensitive information. However …

java bufferedimage graphics2d
bufferedImage.getRGB(x, y) does not yield alpha

I've got a BufferedImage i and I'd like to get the Color from a certain pixel of that image including …

java colors rgb bufferedimage
BufferedImage producing black background

Alright so I'm making a game, and I'm trying to modify the original hit marker image by adding text on …

java image background transparency bufferedimage
Sending a screenshot (bufferedImage) over a socket in java

I am sending a bufferedImage over a socket and I am using the example found in this post: Sender BufferedImage …

java sockets bufferedimage
Converting a series of BufferedImages to a video in Java?

How would I convert an an array of BufferedImages into a video? I'm making a screen recorder. How would I …

java image video bufferedimage
Getting a BufferedImage as a resource so it will work in JAR file

I'm trying to load an image into my java application as a BufferedImage, with the intent of having it work …

java image jar bufferedimage