Notices


Reply
Thread Tools
maya's Avatar
Posts: 141 | Thanked: 5 times | Joined on Dec 2009 @ Brasil
#1
Which application used to reduce several pictures simultaneously? (To attach to an email for example)
thanks
 
Posts: 561 | Thanked: 75 times | Joined on Jan 2010 @ Spain
#2
On the console can do with imagick
 
debernardis's Avatar
Posts: 2,142 | Thanked: 2,054 times | Joined on Dec 2006 @ Sicily
#3
There's an optified package for Imagemagick in http://www.debernardis.it/downloads/...fied_armel.deb
__________________
Ernesto de Bernardis

 
maya's Avatar
Posts: 141 | Thanked: 5 times | Joined on Dec 2009 @ Brasil
#4
Originally Posted by debernardis View Post
There's an optified package for Imagemagick in http://www.debernardis.it/downloads/...fied_armel.deb
ah, thank you!
but is there any way to install everything automatically, without worrying about dependencies not installed?
because the site http://maemo.org/packages/view/imagemagick/
advises that needs all these files: libbz2-1.0, libc6 (> = 2.5.0-1), libfreetype6 (> = 2.3.9), libgcc1 (> = 4.2.1), libice6 (> = 1.0.0) libjpeg62, liblcms1 (> = 1.15-1), libpng12-0 (> = 1.2.13-4), libsm6, libtiff4, libwmf0.2-7 (> = 0.2.8.4-6), libx11-6, libxext6, libxml2 (> = 2.6.32), libxt6, zlib1g (> = 1.2.1)
... I do not know exactly what is still missing install.
 
benny1967's Avatar
Posts: 3,790 | Thanked: 5,718 times | Joined on Mar 2006 @ Vienna, Austria
#5
If you're willing to work on the command line anyway, you could do something like

$ gst-launch-0.10 filesrc location=original-image.jpg ! decodebin2 ! videoscale ! "video/x-raw-yuv, width=(int)400, height=(int)300" ! ffmpegcolorspace ! dspjpegenc ! filesink location=resized-image.jpg
(Where an image original-image.jpg will be converted to 400x300px and stored as resized-image.jpg)

The only advantage, of course, is that you needn't install any new software. (Although I've heard people say the gst-launch utility isn't there by default... I can't recall havin installed it, and I don't have -testing/-devel enabled on this particular device). All it does is call some functions that are part of Maemo anyway... And you could always wrap it into a script so it loops over a number of files.
 

The Following User Says Thank You to benny1967 For This Useful Post:
debernardis's Avatar
Posts: 2,142 | Thanked: 2,054 times | Joined on Dec 2006 @ Sicily
#6
Originally Posted by maya View Post
ah, thank you!
but is there any way to install everything automatically, without worrying about dependencies not installed?
because the site http://maemo.org/packages/view/imagemagick/
advises that needs all these files: libbz2-1.0, libc6 (> = 2.5.0-1), libfreetype6 (> = 2.3.9), libgcc1 (> = 4.2.1), libice6 (> = 1.0.0) libjpeg62, liblcms1 (> = 1.15-1), libpng12-0 (> = 1.2.13-4), libsm6, libtiff4, libwmf0.2-7 (> = 0.2.8.4-6), libx11-6, libxext6, libxml2 (> = 2.6.32), libxt6, zlib1g (> = 1.2.1)
... I do not know exactly what is still missing install.
Install Imagemagick from extras-devel so that it pulls all the dependencies then install upon it the optified package so that 10 Megs of rootfs are freed.
__________________
Ernesto de Bernardis

 
Posts: 289 | Thanked: 83 times | Joined on Jul 2006
#7
Originally Posted by debernardis View Post
There's an optified package for Imagemagick in http://www.debernardis.it/downloads/...fied_armel.deb
Application Manager says package is not installable, something about incompatible package"!

--denis
 
Reply


 
Forum Jump


All times are GMT. The time now is 05:01.