petems / image-resizer-gh-action

MIT License
1 stars 2 forks source link

no decode delegate for this image format `JPEG' #2

Open thecouchcoder opened 1 week ago

thecouchcoder commented 1 week ago

Getting the following error on all my images.

Image Name: src/assets/introRealAnalysisImg.jpg
identify: no decode delegate for this image format `JPEG' @ error/constitute.c/ReadImage/746

Repo found here: https://github.com/aes421/math-skill-tree/tree/main/src/assets

petems commented 6 days ago

Interesting, I'll download that image and have a poke around at this, not seen it before

thecouchcoder commented 4 days ago

@petems I've since changed all the images in that folder to webp, so instead of using one of those just go to Amazon and click any image and drag it into a folder. That should create a jpg and that's how I originally got all my images. I ended up just looking into your source and seeing you were using image magick and then doing it myself locally. Not sure why the pipeline wouldn't work.