Creates a High Quality thumbnail of custom size from a GdPicture Image.
This function fits the image thumbnail within a rectangle of specified dimensions having a specified background color.
public int CreateThumbnailHQ( int ImageID, int Width, int Height, Color BackColor );
Public Function CreateThumbnailHQ( ByVal ImageID As Integer, ByVal Width As Integer, ByVal Height As Integer, ByVal BackColor As Color ) As Integer
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. The image from which the HQ thumbnail must be done. |
|
Width |
The width of the thumbnail to create. |
|
Height |
The height of the thumbnail to create. |
|
BackColor |
Color Object. You can build a Color Object using the ARGB() function. Background color of the thumbnail. |
GdPicture Image Identifier. The thumbnail Image.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|