compressonator icon indicating copy to clipboard operation
compressonator copied to clipboard

Linux compressonatorcli (4.2.5185) fails to load JPG files

Open Iyeyasu opened this issue 3 years ago • 2 comments

The compressantorcli tool for Linux from releases fails to properly load JPG files. This is observed on the following platforms:

  • Ubuntu 22.04 LTS running on Windows WSL
  • Ubuntu 20.04 LTS running on Azure DevOps pipeline

The following commands both seem to fail during call to AMDLoadMIPSTextureImage():

> compressonatorcli -fd ETC2_RGB EV_BODY_MR.jpg EV_BODY_MR.dds
Error: loading source image
> compressonatorcli -imageprops EV_BODY_MR.jpg
File Name: EV_BODY_MR.jpg
File Full Path: <redacted>
File Size: 1 MB
Error: reading image, data type not supported.
Error: Failed to retrieve image properties

Iyeyasu avatar May 05 '22 16:05 Iyeyasu

They have forgeted put qt.conf in this package.You can write a config and make a plugin directory.just like this. running on Windows WSL too. NgVk5ij8np image_ NgVk5ij8np

YGaurora avatar Aug 08 '22 10:08 YGaurora

I have a push request related to this, basically just an oversight to require QT.

dsleep avatar Sep 15 '22 17:09 dsleep

@dsleep Thanks for the qt.conf issue fix.

NPCompress avatar Oct 19 '22 20:10 NPCompress

@dsleep Issue fixed in next release v4.3

NPCompress avatar Oct 26 '22 21:10 NPCompress