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
The code runs without panic and produces the desired two files. Both files can be opened by external image viewers.
Actual behaviour
The code runs without panic and does produce the desired two files. But the webp image cannot be opened by image viewers (tried Gwenview and Firefox). The png on the other hand opens without issues.
Reproduction steps
See above.
Observations:
changing the width to 100 fixes the problem
problem persists if all bytes are set to 0xff
The text was updated successfully, but these errors were encountered:
The following code produces an 4x4 RGBA image filled with blank pixels in both webp and png format.
Expected
The code runs without panic and produces the desired two files. Both files can be opened by external image viewers.
Actual behaviour
The code runs without panic and does produce the desired two files. But the webp image cannot be opened by image viewers (tried Gwenview and Firefox). The png on the other hand opens without issues.
Reproduction steps
See above.
Observations:
The text was updated successfully, but these errors were encountered: