mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-03 23:53:15 -04:00
Fixed JavaDoc errors to enable Java 8 build.
This commit is contained in:
@@ -39,8 +39,9 @@ import java.awt.image.*;
|
||||
|
||||
/**
|
||||
* This class performs a pixel by pixel conversion of the source image, from CMYK to RGB.
|
||||
* <p/>
|
||||
* <p>
|
||||
* The conversion is fast, but performed without any color space conversion.
|
||||
*</p>
|
||||
*
|
||||
* @author <a href="mailto:harald.kuhr@gmail.com">Harald Kuhr</a>
|
||||
* @author last modified by $Author: haraldk$
|
||||
|
@@ -70,7 +70,7 @@ import java.util.*;
|
||||
/**
|
||||
* A JPEG {@code ImageReader} implementation based on the JRE {@code JPEGImageReader},
|
||||
* that adds support and properly handles cases where the JRE version throws exceptions.
|
||||
* <p/>
|
||||
* <br>
|
||||
* Main features:
|
||||
* <ul>
|
||||
* <li>Support for YCbCr JPEGs without JFIF segment (converted to RGB, using the embedded ICC profile if applicable)</li>
|
||||
|
Reference in New Issue
Block a user