MX23 updated mtpaint with webp openjpeg support
Posted: Wed Oct 25, 2023 11:44 pm
Hi
Our debian package supports most formats that normal members are likely to need but currently does not support webp and openjpeg.
My build not a debian package can be compared side by side as long as you put it under /usr/local. If you intend to delete repo version then feel free to put it under /usr
first a screenshot of proof of new image supports (if you put on goggles....you may notice I have already opened sample.webp) And it shows v 3.50
https://imgur.com/ktsyFHp
source
https://sourceforge.net/projects/mtpain ... paint/3.50
patch
https://raw.githubusercontent.com/puppy ... land.patch
download link
https://www.mediafire.com/folder/oc6hyx81ydrqm/mtpaint
download dir contains sub-dirs exe, desktop, locales & pixmaps
You will probably need to test by
the desktop file is very useful for mime handling. As its offers more image support, exe is bigger than our repos.
thanks for reading
EDIT
that screenshot does not show that I can convert webp to gif....but my build can open gifs and offers formats
bmp, lbm,pcx,png,tga,tiff, xpm and of cource gif
Our debian package supports most formats that normal members are likely to need but currently does not support webp and openjpeg.
My build not a debian package can be compared side by side as long as you put it under /usr/local. If you intend to delete repo version then feel free to put it under /usr
first a screenshot of proof of new image supports (if you put on goggles....you may notice I have already opened sample.webp) And it shows v 3.50
https://imgur.com/ktsyFHp
source
https://sourceforge.net/projects/mtpain ... paint/3.50
patch
https://raw.githubusercontent.com/puppy ... land.patch
download link
https://www.mediafire.com/folder/oc6hyx81ydrqm/mtpaint
download dir contains sub-dirs exe, desktop, locales & pixmaps
You will probably need to test by
Code: Select all
sudo mkdir /usr/local/share/applications /usr/local/share/pixmamps
Code: Select all
readelf -d /usr/local/bin/mtpaint | grep 'NEEDED'
0x0000000000000001 (NEEDED) Shared library: [libgif.so.7]
0x0000000000000001 (NEEDED) Shared library: [libopenjp2.so.7]
0x0000000000000001 (NEEDED) Shared library: [libwebp.so.7]
0x0000000000000001 (NEEDED) Shared library: [libtiff.so.6]
0x0000000000000001 (NEEDED) Shared library: [libjpeg.so.62]
0x0000000000000001 (NEEDED) Shared library: [libfreetype.so.6]
0x0000000000000001 (NEEDED) Shared library: [liblcms2.so.2]
0x0000000000000001 (NEEDED) Shared library: [libpng16.so.16]
0x0000000000000001 (NEEDED) Shared library: [libz.so.1]
0x0000000000000001 (NEEDED) Shared library: [libm.so.6]
0x0000000000000001 (NEEDED) Shared library: [libgtk-x11-2.0.so.0]
0x0000000000000001 (NEEDED) Shared library: [libgdk-x11-2.0.so.0]
0x0000000000000001 (NEEDED) Shared library: [libgdk_pixbuf-2.0.so.0]
0x0000000000000001 (NEEDED) Shared library: [libpango-1.0.so.0]
0x0000000000000001 (NEEDED) Shared library: [libgobject-2.0.so.0]
0x0000000000000001 (NEEDED) Shared library: [libgthread-2.0.so.0]
0x0000000000000001 (NEEDED) Shared library: [libglib-2.0.so.0]
0x0000000000000001 (NEEDED) Shared library: [libX11.so.6]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
EDIT
that screenshot does not show that I can convert webp to gif....but my build can open gifs and offers formats
bmp, lbm,pcx,png,tga,tiff, xpm and of cource gif