Create a new image in the database.
The image data.
The new image record.
Delete an image.
The ID of the image.
Get an image.
The ID of the image.
The image record.
Determine whether or not an image exists.
The ID of the image.
Whether or not the image exists.
Set an image's data.
The ID of the image.
The new image data.
The updated image record.
Shrink an image.
The image buffer.
The scale factor.
The JPEG quality.
The resulting image buffer.
Shrink an image automatically.
The image buffer.
The maximum size of the image.
The maximum width of the image.
The maximum height of the image.
The scale factor.
The JPEG quality.
The resulting image buffer.
Shrinks a base64 encoded image automatically.
The base64 image.
The maximum width of the image.
The maximum height of the image.
The scale factor.
The JPEG quality.
The shrunk base64 image.
Shrink an image to a maximum size.
The image buffer.
The maximum width of the image.
The maximum height of the image.
The resulting image buffer.
Generated using TypeDoc
Image table service.