Skip to content

Commit

Permalink
README - remove outdated example comment
Browse files Browse the repository at this point in the history
  • Loading branch information
K0lb3 committed Oct 8, 2024
1 parent 8699be3 commit b2a04c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ image_dec = ASTCImage(ASTCType.U8, *img.size)

# decompress the data into the image
# the result has always 4 channels
# DON'T RE-USE THE IMAGE OBJECT FROM COMPRESSION, IT MIGHT SEGFAULT
context.decompress(comp, image_dec, swizzle)

# load the decompressed image into PIL
Expand Down

0 comments on commit b2a04c9

Please sign in to comment.