-
Bug
-
Resolution: Fixed
-
P3
-
1.2.1, 1.4.0, 5.0, 5.0u4
-
b10
-
generic, x86, sparc
-
generic, solaris_8, windows_2000, windows_2003, windows_xp
to do the work. For many common image types the image data must first
be massaged into the correct format and data structures that are
needed by the general-purpose image processing library. Also, since
the library does not provide an operation which both transforms the
data and also composites the results into a destination image, there
is always at least one intermediate buffer created for each transform
operation, possibly more if various image format conversions end up
being necessary to communicate with the library's internal formats.
It should be possible to create our own routines to perform the
task of image transformation and blending/compositing it into a
destination in one operation with no expensive intermediate buffers.
Finally, the glue code that translates our internal image formats
and data into the format needed by the library has been the source
of many recent bugs and it has been difficult to maintain that
code. Image transformation loops written specifically to our own
internal data structures should not only perform better, but produce
fewer bugs in the future.
- duplicates
-
JDK-4464553 Image zooming of INT_ARGB_PRE images slower on JDK1.4beta than JDK1.3
-
- Closed
-
-
JDK-6293336 Black border appears at edges of some images in BILINEAR interpolation mode
-
- Closed
-
-
JDK-6357389 Transformed image with AlphaComposite.SRC paints entire bounding box
-
- Closed
-
-
JDK-6357449 Illegitimate parts drawn outside of transformed black+transparent images
-
- Closed
-
- relates to
-
JDK-4950176 drawImage bad interpolation for non-opaque INT_ARGB pixels
-
- Resolved
-
-
JDK-4989837 image interpolation under some TXes incorrectly rounds colour components.
-
- Resolved
-