Issue #743 - bump color palette cap to 256

This commit is contained in:
Julian Descottes 2017-09-24 15:21:00 +02:00
parent dd8217e21b
commit da739e78da
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ var Constants = {
MAX_HEIGHT : 1024,
MAX_WIDTH : 1024,
MAX_PALETTE_COLORS : 100,
MAX_PALETTE_COLORS : 256,
// allow current colors service to get up to 256 colors.
// GIF generation is different if the color count goes over 256.
MAX_WORKER_COLORS : 256,