In order to create animated PNG files in GIMP, I need to install libpng-1.5.4-apng.patch.gz
Following the instructions on this page: http://www.geeksww.com/tutorials/libraries/libpng/installation/installing_libpng_on_ubuntu_linux.php I tried the following command: wget http://sourceforge.net/projects/apng/files/libpng/libpng15/libpng-1.5.4-apng.patch.gz/download It downloaded! Then I tried to unzip it using: tar -xvzt libpng-1.5.4-apng.patch.gz The process halted.
Can anyone tell me what I did wrong and how I can do it the right way?
Tanx in advance,
Newbuntuman
http://sourceforge.net/projects/apng/files/libpng/
Try this command:
gzip -d libpng-1.5.4-apng.patch.gz
Log in to post a comment.
In order to create animated PNG files in GIMP, I need to install libpng-1.5.4-apng.patch.gz
Following the instructions on this page: http://www.geeksww.com/tutorials/libraries/libpng/installation/installing_libpng_on_ubuntu_linux.php
I tried the following command: wget http://sourceforge.net/projects/apng/files/libpng/libpng15/libpng-1.5.4-apng.patch.gz/download
It downloaded!
Then I tried to unzip it using: tar -xvzt libpng-1.5.4-apng.patch.gz
The process halted.
Can anyone tell me what I did wrong and how I can do it the right way?
Tanx in advance,
Newbuntuman
http://sourceforge.net/projects/apng/files/libpng/
Try this command:
gzip -d libpng-1.5.4-apng.patch.gz