-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImageColorAt out of bounds #4
Comments
This may be a problem with php mime configuration. Take a look at this #3 (comment) |
I don't know how to configure this but I think i found a problem in makeThumbnail. this function make too small thumbail if the image is in portrait format.
by
And now that work for me. 👍 |
Interesting can you share a sample problematic image? The resizing should normally be able to resize/downscale to 8 x 8 unless the images are smaller than that.. |
I had this issue with all images with $height > $width. Even the images with just a 90° rotation. |
Hmm, been long I tested, will check it out and set up a unit test... Feel free to create PR if you have tested |
Hello, I also have a problem with ImageColorAt, with images in portrait format.
This is an example of an image that makes a lot of errors "ImageColorAt out of bounds": https://imgur.com/a/7RBwF4k
I use the code in wamp (php7.3.12).
Have you found a solution to this problem?
The text was updated successfully, but these errors were encountered: