meowtec / Imagine

🖼️ PNG/JPEG optimization app for macOS, Windows and Linux.
MIT License
3.56k stars 270 forks source link

Doesn't optimize images on my computer #34

Closed Suleman-Elahi closed 6 years ago

Suleman-Elahi commented 6 years ago

Hi,

I am using Imagine on my Manajro Linux computer. I downloaded the AppImage and execute that. But after importing images, it doesn't optimize them. There is a red indicator appears, mean the images are not optimized.

Can you help with this ?

meowtec commented 6 years ago

Here is two way to find the reason:

  1. Find the log file at ~/.config/imagine/log.log
  2. download binary files in bin/linux, then execute ./moz-cjpeg -h ./pngquant -h to test whether they are working properly.
Suleman-Elahi commented 6 years ago

Hi again... The "./moz-cjpeg -h " works fine. However, the other one seems to stuck !!!!!

image

You can also see the contents of the log file here: https://paste.ee/p/56mF2

edmael commented 6 years ago

@Suleman-Elahi is your Manjaro install up to date?

meowtec commented 6 years ago

You can copy the shared library libpng12.so.0 into /usr/libs/

meowtec commented 6 years ago

Fixed