-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
1.3.0
-
generic
-
generic
For a WritableRaster with one of the integer data types, the method setPixels with a double array parameter directly cast the double value to an integer/short/byte. This may too much accuracy. Suggest to round the value.
- relates to
-
JDK-5103551 clarify SampleModel.setSample(float/double) spec regarding cast to int
- Resolved