-
Bug
-
Resolution: Fixed
-
P4
-
internal
-
generic
-
os_x
Fix done for JDK-8301669 restructured the switch case handling various PixelFormats.
BYTE_ALPHA format was handled by the `default` case.
The code restructuring changed this default case.
BYTE_ALPHA format was handled by the `default` case.
The code restructuring changed this default case.
- relates to
-
JDK-8301669 Implement support for INT_ARGB_PRE format image
- Resolved