Questions tagged as 'bufferedimage'

1
answer

Exchange between color format in java

In a program I am extracting the color of a certain bit of an image with the method: import javax.imageio.ImageIO; import java.awt.image.BufferedImage; import java.io.File; BufferedImage image = null; image = ImageIO.read(new File(dir)); fo...
asked by 11.03.2018 / 15:25
1
answer

Convert color image indexed in java

I have an image stored in a BufferedImage in color RGB (although it could well be another) and I need to convert it to color indexado with Java . Any ideas on how to achieve this? Thanks in advance.     
asked by 01.08.2017 / 19:15
0
answers

SAVE IMAGE ON A REMOTE SERVER WITH JAVA NETBEANS?

Good morning dear programmers. What I need is to save any size image on the server. I have a file.php on the server that saves the image (which works), what I want to know is how to send an image to receive that file.php by means of some http re...
asked by 28.09.2018 / 14:47
2
answers

Store transparent image indexed in a BufferedImage

Please I need to know how I can create a BufferedImage that stores a transparent image with color% co_of% of 256x256 pixels. Please, if someone can enlighten me with this doubt, I would really appreciate it. Greetings.     
asked by 01.08.2017 / 19:35