Changeset 213:36f5cb12e1a2 for dwt/internal/image/JPEGQuantizationTable.d
- Timestamp:
- 05/17/08 11:34:28 (8 months ago)
- Files:
-
- dwt/internal/image/JPEGQuantizationTable.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/internal/image/JPEGQuantizationTable.d
r48 r213 1 /*******************************************************************************1 /******************************************************************************* 2 2 * Copyright (c) 2000, 2006 IBM Corporation and others. 3 3 * All rights reserved. This program and the accompanying materials … … 167 167 } 168 168 169 override publicint signature() {169 public override int signature() { 170 170 return JPEGFileFormat.DQT; 171 171 }
