-
I'm attempting to encode a 100MB image on macOS and encountering issues. It works for smaller images like those under 10MB. The problem persists on Linux as well. I'm utilizing C# ASP.NET .NET 7. |
Beta Was this translation helpful? Give feedback.
Answered by
tocsoft
Feb 21, 2024
Replies: 1 comment 7 replies
-
What kind of issues are you encountering? And the size of the file does not matter. The dimensions (width x height) of the image do. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sounds like that particular image your using isn't a real/standard JPEG (as we can understand it), that error your seeing is our format detection failing to determine the decoder to use.
I would suggest you first verify it really is a jpeg and not some other format that just happens to have a file with a jpeg file extension.