mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 16:04:43 -04:00
Update gdgifexporter (#299)
This commit is contained in:
parent
da656df5b7
commit
e171e2ee65
5 changed files with 55 additions and 24 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue