jai
Error with setCompressionType
Is there someone that can help to correct this code? I\'m working with JAI and I\'m trying to compress JPG file to Losse-less[详细]
2023-04-09 18:54 分类:问答Get the total width of a string rendered with an arbitrary .ttf font in Java Graphics 2
Currently we attempt to get the width of a string rendered with an arbitrary font. BufferedImage img = new BufferedImage(10, 10, BufferedImage.TRANSLUCENT);[详细]
2023-04-08 21:12 分类:问答"JRE 1.3 or higher must be installed!" / "JDK 1.3 or higher must be installed!" errors installing JAI 1.1.3 on Windows 7 (x64)
I am getting these errors... Severe: JRE 1.3 or higher must be installed! Severe: JDK 1.3 or higher must be installed![详细]
2023-04-01 19:57 分类:问答Do Java2d or Java Advanced Imaging need to be installed by the end user before they can be used?
I am making a game engine that will run开发者_开发技巧 in an applet, that would need to be able to do things like Perspective transform (for Mode 7), basic transforms (drawing an image at custom corne[详细]
2023-03-30 11:38 分类:问答JAI vendorname == null
So I finished coding my application to rotate TIFF images which required JAI to manipulate the TIFFs.[详细]
2023-03-27 17:33 分类:问答JAI Image Adjustment Bottlenecks
I\'m using the J开发者_C百科AI library to do adjustments on a series of images, each about 1300x1000 in size.I adjust pixel intensities with \"Rescale\" and add text and lines with the Graphics2D obje[详细]
2023-03-23 21:21 分类:问答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 分类:问答JPEG in TIFF encoding
I do this steps: TIFFEncodeParam tep = new TIFFEncodeParam(); tep.setCompression(TIFFEncodeParam.COMPRESSION_JPEG_TTN2);[详细]
2023-03-21 09:40 分类:问答export images to JPEG-XR with java?
Curious to try out exporting BufferedImages to JPEG-XR, but cannot find an export tool to add to a java 开发者_JAVA百科workflow.Preferably there is a a JAI plugin out there somewhere...I googled about[详细]
2023-03-20 00:11 分类:问答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 分类:问答