cmksoftdev / AnimatedPngCreator

Creates animated PNG out ouf a sequence of Images.
GNU General Public License v3.0
13 stars 3 forks source link

Throw exception if image is to large #11

Open cmk1988 opened 5 years ago

cmk1988 commented 5 years ago

The creator should throw an exception if an image is larger than the first. Now the animation is just getting corrupt.

cmk1988 commented 5 years ago

This is just necessary for low level usage. The create method takes the maximal width and height of the image sequence.