On Wed, 12 Apr 2023 18:45:20 GMT, Alexey Ivanov <[email protected]> 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
