gimp/plug-ins/ui
Jehan e83383c320 Bug 777589 - explains GIF animation's minimum framerate.
Though we display the frame delay as milliseconds, it is actually stored
as unsigned centiseconds in GIF. This means that displaying milliseconds
can be misleading since we round every value to tens and it also means
that 10ms is the lower delay allowed. This limitation is in the GIF
format.
Other animation formats may not have this limitation and we try and keep
consistent export UIs. Also the layer tagging for animation uses "ms"
syntax. So I just keep the delay entry as ms, but sets a lower allowed
value and makes it "snaps to ticks" (i.e. snaps to 10 ms increments).
Finally I add a tooltip to the field saying "GIF supports hundredths of
a second precision."
Hopefully this should make things clearer and not mislead people about
what the GIF format allows.
2017-01-23 19:38:42 +01:00
..
.gitignore
Makefile.am Revert "New GimpMetadata as subclass of GExiv2Metadata" 2017-01-03 19:36:22 +01:00
plug-in-file-gif.ui Bug 777589 - explains GIF animation's minimum framerate. 2017-01-23 19:38:42 +01:00
plug-in-file-png.ui png: add a combo-box for specifying png bitdepth/variant 2017-01-19 01:02:17 +01:00
plug-in-file-raw.ui Bug 728633 - Improvements to the file-raw plugin. 2016-06-13 23:07:50 +02:00
plug-in-file-tiff.ui Bug 725553: TIFF compression broken 2014-05-02 18:44:44 +02:00
plug-in-metadata.ui Revert "New GimpMetadata as subclass of GExiv2Metadata" 2017-01-03 19:36:22 +01:00