mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-02 02:55:28 -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 {
|
||||
// System.err.println("tables: " + Arrays.deepToString(tables));
|
||||
|
||||
// TODO: Determine lossless JPEG
|
||||
// if (lossless) {
|
||||
// return 100; // TODO: Sums can be 100... Is lossless not 100?
|
||||
// }
|
||||
// TODO: Determine lossless JPEG, it's an entirely different algorithm
|
||||
|
||||
int qvalue;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user