RFR: 6176679: Application freezes when copying an animated gif image to the system clipboard

Jayathirth D V jdv at openjdk.org
Thu Apr 13 02:15:38 UTC 2023


On Wed, 12 Apr 2023 18:45:20 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

> > Instead of using .gif image as input, its better if we can create ImageStream as we do in some of animation tests under test/jdk/javax/imageio/plugins/gif.
> 
> @jayathirthrao Could you elaborate, please? How is `ImageStream` better than reading from a file directly? Do you mean that it's better to store the GIF as a byte array or base64-encoded string so that there's no external .gif file? Do you mean generating the GIF by code on the fly? Anything else?

Yes i mean generating GIF by code and not using .gif file as input.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/13414#issuecomment-1506227030



More information about the client-libs-dev mailing list