Cloudinary supports uploading EPS and PSD files. Such files can be stored in your Cloudinary account in the same way as other image formats, including using our transformation functionalities to transform the files before delivery.
A common use case for this is to generate small and efficient JPG or PNG thumbnails for large PSD and EPS files. For example, this PSD file, uploaded to the Cloudinary demo
account, has the following URL: https://demo-res.cloudinary.com/image/upload/videos_rq0say.psd
To generate a JPG thumbnail of this file, we can apply the following transformations:
- Resize the asset using
w_100
, - Convert the asset to
jpg
using the extension.
Those 2 transformations will result in the following URL:
https://demo-res.cloudinary.com/image/upload/w_100/videos_rq0say.jpg
And the thumbnail will look like the image below:
There are also some options available that are specific to multi-page or multi-layer documents which will allow you to work with individual layers in the source document. For more information on this, please refer to our paged and layered media documentation.
Comments
0 comments
Please sign in to leave a comment.