dataflowg / g-image

A LabVIEW image library.
The Unlicense
6 stars 3 forks source link

Support for GIF Animation Loop Count #7

Open ItsMeAshiq opened 1 year ago

ItsMeAshiq commented 1 year ago

The current output gif files are always set as Infinite looping animations.

It would be cool if we have a parameter to specify the loop count for any special cases. image

It is hard coded in the gif.h library implementation.

image

dataflowg commented 1 year ago

:+1: Should probably also add the loop count as an output from Load Animated GIF Image.vi

dataflowg commented 11 months ago

Setting the loop count has been added to v0.5.0. Reading the loop count in Load Animated GIF Image.vi is TBD, so leaving this issue open.