Storing and retrieving Jpeg 360

I need to store and retrieve Jpeg 360 images. The default img url has params: ?auto=compress,format - shall I remove these params to avoid img convertation and losing 360 data?

Hey Kirill,

I’m not really familiar with the 360 format, so you could remove all the settings in the query string to get the original image or you could specify which format or quality you want like so:

const newUrl = `${img-string}&fm=jpg`

Although I’m not sure how that would effect your final image. Here’s the full imgix documentation on what options you have.

This issue has been closed due to inactivity.