mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-03 11:35:29 -04:00
TMI-META: Removed misleading TODO/comment
This commit is contained in:
parent
de81723912
commit
4de927b657
@ -90,10 +90,7 @@ public final class JPEGQuality {
|
|||||||
private static int getJPEGQuality(final int[][] quantizationTables) throws IOException {
|
private static int getJPEGQuality(final int[][] quantizationTables) throws IOException {
|
||||||
// System.err.println("tables: " + Arrays.deepToString(tables));
|
// System.err.println("tables: " + Arrays.deepToString(tables));
|
||||||
|
|
||||||
// TODO: Determine lossless JPEG
|
// TODO: Determine lossless JPEG, it's an entirely different algorithm
|
||||||
// if (lossless) {
|
|
||||||
// return 100; // TODO: Sums can be 100... Is lossless not 100?
|
|
||||||
// }
|
|
||||||
|
|
||||||
int qvalue;
|
int qvalue;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user