Cloudinary to Gumlet
Easy and quick migration for cloudinary to gumlet.
Overview
Gumlet made it easier for Cloudinary users to migrate to Gumlet. We introduced the path style parameter for Cloudinary users. This means we now support "f_auto,q_auto:best,w_1200" style parameters in our Gumlet URLs too. We cover mostly all parameters and they have listed in below table. An parameter beyond the list or having an invalid value will be discarded and will not have any effect on output. The following is the list of Cloudinary parameters that Gumlet can support:
Supported parameters
Options | Example | Supported values |
---|---|---|
width | w_100 / w_0.4 | |
height | h_100 / h_0.4 | |
aspect ratio | ar_4:3 | |
gravity | g_north | north, north_west, north_east, west, center, east, south, south_west, south_east, face |
x | x_20 / x_0.3 | |
y | y_20 / y_0.3 | |
fetch format | f_png | png, jpeg, jpg, webp, gif, tiff, avif, heif, row, json, auto |
quality | q_80 | |
effect | e_hue:40 | hue, brightness, grayscale, saturation, tint, gamma, trim, blur, sharpen, |
opacity | o_60 | |
border | bo_4px_solid_black / bo_3px_solid_rgb:00390b | |
background | b_blue | |
color_space | cs_srgb | srgb, cmyk, no_cmyk |
dpr | dpr_2.0 | |
page | pg_2 | |
crop | c_fit | scale, fit, limit, pad, fill, crop |
angle | a_20 / a_vflip / a_hflip | |
overlay | l_text / l_fetch | text & image |
Contact us!
If you have any Cloudinary parameter which is not listed above then please write us to [email protected] and we will look into it.
What do I need to do for this migration?
- Check the above list, that you are not using any Cloudinary parameters outside of the list.
- Signup to Gumlet if you don't have Gumlet account.
- Create a Cloudinary source by providing a cloud name.
- Once the source is created, update the hostname from your end.
Updated 4 months ago