++++++++++++++++++
**Bugfixes**
- Fixed issue where error was raised when non-integer dataset
is used: instead now it is cast to `uint8` and a warning is
raised if there's a difference between the two images.
- Addressed issue where no error is raised when there are
more colors than possible in a GIF (256 max). Although
it is possible to have a separate palette for every
single frame, this is not implemented right now, and
the initial global palette is used for the entire animation.