On Tue, May 9, 2023 at 11:51 (-0700), Mike Bird via tde-users wrote:
On Tue May 9 2023 08:45:01 Jim via tde-users wrote:
> I recently compiled 14.1.0, and just like my 14.0.13 before it, the TDE
> "identify" program does not work on much of anything for me. For example,
> running it on a fairly innocuous JPEG, I get
> Cannot decode /home/zsd/cyclone-copper.jpg: Unsupported file format
> or not RAW file whereas the identify that comes with my distro's
> (Slackware64 15.0, fwiw) imagemagick says
> cyclone-copper.jpg JPEG 3840x1776 3840x1776+0+0 8-bit sRGB
> 1.49897MiB 0.000u 0:00.000
> I'm trying to track down whether this is
> (a) a TDE problem,
> (b) a Slackware64 problem, or
> (c) a me problem.
> Would someone mind taking a minute to tell me if
trinity's identify works
> correctly on your system (and what distro you are using)?
I'm using TDE 14.1.0 with Debian Bullseye 11.7.
Debian provides several
different alternative versions of "identify". The version I am using
comes from Debian package "imagemagick-6.q16".
$ identify 20220209sunset.jpg
20220209sunset.jpg JPEG 1920x1080 1920x1080+0+0 8-bit sRGB 216354B 0.000u
0:00.000
The version of TDE I find here is not a TDE program:
$ which identify
/usr/bin/identify
$ ldd /usr/bin/identify | grep tde
$
I can't find a TDE "identify" program.
Can you tell me where you are
finding it please?
Mine is in /opt/trinity/bin/identify.
The build scripts for Slackware put the TDE stuff either in /opt/trinity or
in /opt/tde, at the option of the person building it.
Your question makes me wonder whether the pre-built Debian packages install
TDE under /usr or under /opt.
If you have the "locate" program running on your system you could also try
locate bin/identify
and see how many matching files it comes up with.
Cheers.
Jim