ImageWorsener 0.94 - crop, rescale etc. from CLI

Paint programs, vector editors, 3d modelers, animation editors, etc.
Post Reply
Message
Author
User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

ImageWorsener 0.94 - crop, rescale etc. from CLI

#1 Post by vovchik »

Dear puppians,

I recently discovered this command line utility - ImageWorsener - that can crop, rescale and manipulate graphics in high quality. The full version supports WebP and jpg, but I had problems compiling it and commented out the WebP and JPEG sections, so it now produces png files (but can still read a number of different input files). UPXe'd, it is 38k. I compiled it under Lucid, so it should work on recent puppies (except for Racy, it turns out). I am attaching a pet with the executable (/usr/local/bin/imagew) and separate archives for documentation (which you should read, since there are heaps of parameters) and the source (with my modded makefile). The homepage is here: http://entropymine.com/imageworsener/.

Have fun...

With kind regards,
vovchik

PS. It is self-contained and does not require ImageMagick or any large other external library.
Attachments
imagew-0.94-vov-src.tar.gz
(94.92 KiB) Downloaded 550 times
imagew-0.94.pet
(37.46 KiB) Downloaded 560 times

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#2 Post by disciple »

He also has some very interesting documentation on his site about issues such as resampling and subpixel rendering.
Do you know a good gtkdialog program? Please post a link here

Classic Puppy quotes

ROOT FOREVER
GTK2 FOREVER

User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

#3 Post by vovchik »

Dear disciple,

It is good stuff, and his program is very decent. One of these days I will look into the compilation errors I got with the jpeg stuff and try to fix the lib business - unless somebody else wants to. The prog could also use a gui (gtkdialog) front end for those intimidated by all the options. Also a project for another day.:)

With kind regards,
vovchik

Burunduk
Posts: 80
Joined: Sun 21 Aug 2011, 21:44

#4 Post by Burunduk »

I've compiled imagew on Lupu 525 without any problem (maybe because it's a different version - 0.9.7). It can resize jpeg images. The runtest script: 7 of 130 failed (2 tests concern webp — I don't have that library; jpeg.jpg is a riddle). If someone wants to test it more thoroughly, I've attached the pet (works on Lupu 525/528; not compressed; docs inside).
Attachments
imagew-0.9.7.pet
Image scaling and processing utility for Lupu 525 and 528.
(70.31 KiB) Downloaded 526 times
Last edited by Burunduk on Fri 10 Feb 2012, 17:19, edited 1 time in total.

User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

#5 Post by vovchik »

Dear Burunduk,

Brilliant. Works fine on my main system (Lucid). Thanks.

With kind regards,
vovchik

User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

#6 Post by vovchik »

Dear puppians,

Here is a little program I wrote that complements ImageWorsener in that it can create png overlays and can reposition and rescale images, obviating the need for ImageMagick in many cases. It is also tiny, the UPX'd binary weighing it at some 7k! The URL is here: http://www.murga-linux.com/puppy/viewtopic.php?t=75922.

With kind regards,
vovchik

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#7 Post by 666philb »

doh..... ! misspost
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

Burunduk
Posts: 80
Joined: Sun 21 Aug 2011, 21:44

#8 Post by Burunduk »

Ok, this time all tests passed. (Depends on libjpeg-8; compiled statically against libwebp 0.1.3; tested on Lupu 525, 528 and Slacko 531.)
Attachments
libjpeg-turbo8-1.1.90.pet
From Ubuntu Precise for Lupu ONLY (Slacko already has libjpeg-8 library).
(110.43 KiB) Downloaded 496 times
imagew_webp-0.9.7.pet
Image scaling and processing utility.
(159.39 KiB) Downloaded 497 times

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#9 Post by pemasu »

Works fine in dpup exprimo. No need to install libjpeg.so.8. It was already in place.
Thanks.

User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

#10 Post by vovchik »

Dear Burunduk,

Thanks again for this complete version. Works fine in Lucid, too.

With kind regards,
vovchik

Post Reply