Posts by gdurazzo • 1 point
2 posts
-
0
votes1
answer30
viewsA: Bufferedimage for Bufferedimage or save Bufferedimage as a blob in the database
The resolution of my problem turned out to be simple, Resolution-> BufferedImage originalImage = ImageIO.read(url); ByteArrayOutputStream bos = new ByteArrayOutputStream();…
-
0
votes1
answer30
viewsQ: Bufferedimage for Bufferedimage or save Bufferedimage as a blob in the database
hello, today I am working with facebook messenger and they send me the uploads images via url, this way -> Bufferedimage image = Imageio.read(url); and I need to save this in a column of my bank…