Index
All Classes and Interfaces|All Packages
A
- activeFormats() - Static method in class io.github.ghosthack.imageio.ImageioNative
-
Returns the set of format names currently active on this platform, as controlled by the
imageio.native.formatssystem property. - activeSuffixes() - Static method in class io.github.ghosthack.imageio.ImageioNative
-
Returns the set of file suffixes currently active on this platform.
C
- canDecode(byte[], int) - Static method in class io.github.ghosthack.imageio.ImageioNative
-
Probes whether the platform's native decoder can handle the given data.
D
- decode(byte[]) - Static method in class io.github.ghosthack.imageio.ImageioNative
-
Decodes raw image bytes through the platform's native decoder.
G
- getSize(byte[]) - Static method in class io.github.ghosthack.imageio.ImageioNative
-
Returns image dimensions without full pixel decode.
I
- ImageioNative - Class in io.github.ghosthack.imageio
-
Unified cross-platform API for native image decoding.
- io.github.ghosthack.imageio - package io.github.ghosthack.imageio
- isAvailable() - Static method in class io.github.ghosthack.imageio.ImageioNative
-
Returns
trueif a native image decoding backend is available on the current platform (macOS or Windows).
All Classes and Interfaces|All Packages