You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed a possible error or behavior that I cannot understand.
If I read the following Jpeg and write it directly in the same format, I get an image with the same size and a completely white image when I call coalesceImages(). If I omit the call to coalesceImages(), the image is written as desired. With other Jpeg images I do not get this effect.
I have noticed a possible error or behavior that I cannot understand.
If I read the following Jpeg and write it directly in the same format, I get an image with the same size and a completely white image when I call
coalesceImages()
. If I omit the call tocoalesceImages()
, the image is written as desired. With other Jpeg images I do not get this effect.Image which leads to the described effect:
http://pictures.4ever.eu/data/download/buildings/bridges/st-johns-bridge,-forest,-hill-245439.jpg?no-logo
I also tried it directly with ImageMagick and could not reproduce the effect.
Unfortunately, I cannot understand the effect of the white background. Is this intentional, could it be an bug or is the image corrupt?
System Information
System which leads to the described effect.
To make things even more complicated, I was not able to observe the effect in the following setup.
Thank you very much and keep up the good work.
See also Intervention/image#1261
The text was updated successfully, but these errors were encountered: