You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# godot-gif-lzw
2
-
GIF's LZW compression done in Godot. Whole code is based on GIF specification and [this website][http://www.matthewflickinger.com/lab/whatsinagif/bits_and_bytes.asp].
2
+
GIF's LZW compression done in Godot. Whole code is based on GIF specification and [this website](http://www.matthewflickinger.com/lab/whatsinagif/bits_and_bytes.asp).
3
3
4
4
# Usage
5
5
Firstly, use code from realese only. Secondly, you should have put "gif-lzw" directory somewhere in your project modules directory and preload "lzw.gd" file. Here is how to do it:
-[GIF format implementation tutorial][http://www.matthewflickinger.com/lab/whatsinagif/bits_and_bytes.asp] (Special thanks to author of this website. I would propably not implement GIF format without help of this website.)
-[GIF format implementation tutorial](http://www.matthewflickinger.com/lab/whatsinagif/bits_and_bytes.asp) (Special thanks to author of this website. I would propably not implement GIF format without help of this website.)
0 commit comments