TrimType¶
Description¶
The type of pixels to trim around an image.
Static Properties¶
BOTTOMRIGHT readonly | Removes from the image an area the color of the lower right pixel. |
TOPLEFT readonly | Removes from the image an area the color of the upper left pixel. |
TRANSPARENT readonly | Trims away transparency at the edges of the image, leaving the smallest image containing nontransparent pixels. |