Skip to content
benjamin4ruby edited this page Jul 29, 2011 · 6 revisions

Thumbnail Size

Thumbnailer.setImageSize(int imageWidth, int imageHeight, int otherOptions) The Width and Height of the resulting thumbnail. (otherOptions is currently not used; Thumbnails will always "fit one dimension" (cropping the other dimension) and "never scale up" (centering it on a white background instead).)

Clone this wiki locally