Upscale resolution of an image
Upscale Image transformation allows users to improve and increase the resolution of an image without losing its quality.
Params
Type (t
)
Multiplier to upscale the image.
Available values are 2x
and 4x
. The default is 2x
.
Upscaling increases both the size and the quality of the image. Using 4x
will produce an image with more size in comparison to 2x.
- Original (42 KB)
- default type=2x (94 KB)
- type=4x (218 KB)
- URL
- React
<PixelBinImage url="https://cdn.pixelbin.io/v2/dummy-cloudname/FIDrmb/original/images/transformation/basic_girl_1.jpeg" />
- URL
- React
<PixelBinImage url="https://cdn.pixelbin.io/v2/dummy-cloudname/FIDrmb/sr.upscale()/images/transformation/basic_girl_1.jpeg" />
- URL
- React
<PixelBinImage url="https://cdn.pixelbin.io/v2/dummy-cloudname/FIDrmb/sr.upscale(t:4x)/images/transformation/basic_girl_1.jpeg" />
Enhance face (enhance_face
)
It allows you to enhance low-quality, noisy, and degraded faces. enhance_face
is an alias for this parameter.
Enhance face is designed to enhance and restore images of faces with the following features:
- Face enhancement: It improves facial features and makes them more defined.
- Skin smoothing: It reduces wrinkles, blemishes, and other skin imperfections.
- Teeth whitening: It whitens teeth and improves the overall smile.
- Original (61 KB)
- Enhance face (1.4 MB)
- URL
- React
<PixelBinImage url="https://cdn.pixelbin.io/v2/dummy-cloudname/FIDrmb/original/images/transformation/couple.jpeg" />
- URL
- React
<PixelBinImage url="https://cdn.pixelbin.io/v2/dummy-cloudname/FIDrmb/sr.upscale(enhance_face:true)/images/transformation/couple.jpeg" />