serverless-image-handler icon indicating copy to clipboard operation
serverless-image-handler copied to clipboard

Support for Thumbor "bmp" images

Open Furytron opened this issue 4 years ago • 7 comments

When using a "bmp" image I get the following error, so I assume its not supported just like gifs

Error

status	400
code	"RequestTypeError"
message	"The type of request you are making could not be processed. Please ensure that your original image is of a supported file type (jpg, png, tiff, webp) and that your image request is provided in the correct syntax. Refer to the documentation for additional guidance on forming image requests."

An example URL: https://test.cloudfront.net/filters:grayscale()/media/lena_gray.bmp

Can support be added or should this already work?

Furytron avatar Apr 28 '20 15:04 Furytron

Thanks for contacting us again @Furytron Currently, it blocks when file extension is not either of jpg, png, tiff, and webp. We would consider if we can add bmp supporting in the next release.

beomseoklee avatar May 08 '20 03:05 beomseoklee

This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.

github-actions[bot] avatar Dec 22 '21 00:12 github-actions[bot]

This issue was closed because it has been inactive for 7 days since being marked as closing-soon.

github-actions[bot] avatar Dec 30 '21 00:12 github-actions[bot]

Please reopen issue.

Furytron avatar Nov 10 '22 16:11 Furytron

We will add an evaluation of this to our backlog

dougtoppin avatar Nov 10 '22 21:11 dougtoppin

This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.

github-actions[bot] avatar Feb 10 '23 00:02 github-actions[bot]

Hi @Furytron ,@beomseoklee, @dougtoppin

We had the same problem at @distilledmedia and was solved by this PR https://github.com/aws-solutions/serverless-image-handler/pull/483

coelhosandro avatar Jun 06 '23 16:06 coelhosandro