grendizerufo / nvidia-texture-tools

Automatically exported from code.google.com/p/nvidia-texture-tools
Other
0 stars 0 forks source link

The file .png is not a supported image type. #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Installed texture tools on Ubuntu 8.10
2. Installed libpng
3. tried to convert a png file to dds

What is the expected output? What do you see instead?
It does not convert the image, says it is not supported.

What version of the product are you using? On what operating system?
OS is Ubuntu 8.10, Nvidia Texture Tools 2.0.6

Please provide any additional information below.
I have it working on one system, but for some reason can't get it to work
on three others.  I might be missing a library or something, but I can't
think of anything that I installed on the first pc.

Here is the error:
kate@ubuntu:~/Desktop$ nvcompress -fast global.png
NVIDIA Texture Tools - Copyright NVIDIA Corporation 2007

The file 'global.png' is not a supported image type.

Please help. What am I missing.  This is for a school project. 

Thanks,
Kate

Original issue reported on code.google.com by as4...@gmail.com on 14 Apr 2009 at 11:21

GoogleCodeExporter commented 9 years ago
You may have to install the libpng development files:

sudo apt-get install libpng-dev

Please, for basic questions use the mailing list, not the issue database.

Original comment by cast...@gmail.com on 13 Jun 2009 at 2:31