Update gdgifexporter (#299)

This commit is contained in:
Martin Novák 2020-08-08 23:16:03 +02:00 committed by GitHub
parent da656df5b7
commit e171e2ee65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 55 additions and 24 deletions

View file

@ -144,5 +144,5 @@ func quantize_and_convert_to_codes(image: Image) -> Array:
if transparency:
color_array.push_front([0, 0, 0])
var data: PoolByteArray = converter.setup(image, color_array)
var data: PoolByteArray = converter.get_similar_indexed_datas(image, color_array)
return [data, color_array, transparency]