Rescale an image to a specific width and height. The image will be resized to fit the specified width and height while maintaining the original aspect ratio unless the crop parameter is set to true. The image will be returned in the same format as the original image.
Yes, if you set the `crop` parameter to true, the API will crop the image to fit the exact dimensions you specify, rather than just resizing it.
By default, the API maintains the aspect ratio to prevent distortion. If you enable cropping, the aspect ratio will change to match your specified width and height.
The API supports common web image formats like JPEG, PNG, and GIF.
The Rescale Image API resizes and crops images while maintaining their visual format, whereas the Image to Ascii Art API converts the image into a text-based representation.