mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-10 02:53:40 +00:00
spelling: conversion
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
7ff3e2d1e0
commit
8322bc41ef
@@ -240,7 +240,7 @@ public class CMYKJPEGImageReader extends ImageReader {
|
||||
// YCCK colors are inverted?
|
||||
|
||||
// We must have a color profile in order to perform a
|
||||
// conersion from CMYK to RGB.
|
||||
// conversion from CMYK to RGB.
|
||||
// I case none has been supplied, we create a default one here.
|
||||
if (profile == null) {
|
||||
profile = ICC_Profile.getInstance(CMYKJPEGImageReader.class.getResourceAsStream("Generic CMYK Profile.icc"));
|
||||
|
||||
@@ -35306,7 +35306,7 @@ public interface WinError {
|
||||
//
|
||||
// MessageText:
|
||||
//
|
||||
// Not able to present with color convertion
|
||||
// Not able to present with color conversion
|
||||
//
|
||||
int ERROR_GRAPHICS_CANNOTCOLORCONVERT = 0xC0262008;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user