(int width, int height)
| 1818 | /// |
| 1819 | /// new image instance scaled to the given height and width |
| 1820 | public Image scaled(int width, int height) { |
| 1821 | return scaledImpl(width, height); |
| 1822 | } |
| 1823 | |
| 1824 | /// Returns a scaled version of this image image using the given width and height, |
| 1825 | /// this is a fast algorithm that preserves translucent information. |