mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-02 19:15:29 -04:00
TMI-CORE: Added comments/fixed typos no functional changes.
This commit is contained in:
parent
23ae6a966a
commit
10b95b225f
@ -235,7 +235,7 @@ public abstract class ImageReaderBase extends ImageReader {
|
||||
|
||||
// If param is non-null, use it
|
||||
if (param != null) {
|
||||
// Try to get the explicit destinaton image
|
||||
// Try to get the explicit destination image
|
||||
BufferedImage dest = param.getDestination();
|
||||
|
||||
if (dest != null) {
|
||||
|
@ -209,6 +209,7 @@ public final class ColorSpaces {
|
||||
// being 1 (01000000) - "Media Relative Colormetric" in the offending profiles,
|
||||
// and 0 (00000000) - "Perceptual" in the good profiles
|
||||
// (that is 1 single bit of difference right there.. ;-)
|
||||
// See http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7064516
|
||||
|
||||
// This is particularly annoying, as the byte copying isn't really necessary,
|
||||
// except the getRenderingIntent method is package protected in java.awt.color
|
||||
|
Loading…
x
Reference in New Issue
Block a user