What program do you recommend for creating thumbnails from photographs?
When I was using Windows, I used Irfanview. What alternative do you recommend for Linux. I'm looking for something that does NOT require KDE or GNOME, as I'm using IceWM and Rox Pinboard (just like many of you).
topic title: Program for creating thumbnails from photos
6 posts
• Page 1 of 1
-
Posts: 75
- Joined: 02 Jan 2010
-
Posts: 1,228
- Joined: 15 Jun 2008
#2
You mean just resize (shrink) them?
You can try
If the command line is enough for you then
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.codejacked.com/quick-tip-batch-resize-and-convert-images-in-linux/"
linktext was:"http://www.codejacked.com/quick-tip-bat ... -in-linux/"
====================================
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.smokinglinux.com/tutorials/howto-batch-image-resize-on-linux"
linktext was:"http://www.smokinglinux.com/tutorials/h ... e-on-linux"
====================================
Imagemagick frontends:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.imagemagick.org/script/api.php"
linktext was:"http://www.imagemagick.org/script/api.php"
====================================
.Imagemagick itself has a graphic interface but it only appears in Debian's menu, not in antiX's full menu. To launch it from the command line try:
If you're ok with installing GIMP, then it does that as well:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ulyssesonline.com/2008/09/22/batch-resize-images-with-gimp/"
linktext was:"http://ulyssesonline.com/2008/09/22/bat ... with-gimp/"
====================================
You can try
Code: Select all
apt-get install phatch
Code: Select all
apt-get install imagemagick
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.codejacked.com/quick-tip-batch-resize-and-convert-images-in-linux/"
linktext was:"http://www.codejacked.com/quick-tip-bat ... -in-linux/"
====================================
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.smokinglinux.com/tutorials/howto-batch-image-resize-on-linux"
linktext was:"http://www.smokinglinux.com/tutorials/h ... e-on-linux"
====================================
Imagemagick frontends:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.imagemagick.org/script/api.php"
linktext was:"http://www.imagemagick.org/script/api.php"
====================================
.Imagemagick itself has a graphic interface but it only appears in Debian's menu, not in antiX's full menu. To launch it from the command line try:
Code: Select all
/usr/bin/display logo:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ulyssesonline.com/2008/09/22/batch-resize-images-with-gimp/"
linktext was:"http://ulyssesonline.com/2008/09/22/bat ... with-gimp/"
====================================
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
#3
Rox-filer makes thumbnails that are kept in ~/.thumbnails folder
-
Posts: 1,228
- Joined: 15 Jun 2008
#4
-edit- Also Geeqie has a thumbnails folder (check that please since I don't have it installed here). It's location can be changed in Geeqie's preferences. I believe it has some extra features too. Although it's explicitly made to be only an image viewer and not an image editor, I think it has some extra features (for sure it has editing support for photos with UFRaw).
True, PCManFM does it too. Actually the size can be set in PCManFM's menu under Edit>Preferences>Screen>Thumbnails size but it won't get larger than 256x256 pxanticapitalista wrote:Rox-filer makes thumbnails that are kept in ~/.thumbnails folder
-edit- Also Geeqie has a thumbnails folder (check that please since I don't have it installed here). It's location can be changed in Geeqie's preferences. I believe it has some extra features too. Although it's explicitly made to be only an image viewer and not an image editor, I think it has some extra features (for sure it has editing support for photos with UFRaw).
-
Posts: 1,228
- Joined: 15 Jun 2008
#5
Here some tutorials with Imagemagick
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.ibm.com/developerworks/library/l-graf/?ca=dnt-428"
linktext was:"http://www.ibm.com/developerworks/libra ... ca=dnt-428"
====================================
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine"
linktext was:"http://www.ibm.com/developerworks/libra ... aphicsLine"
====================================
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.ibm.com/developerworks/library/l-graf/?ca=dnt-428"
linktext was:"http://www.ibm.com/developerworks/libra ... ca=dnt-428"
====================================
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine"
linktext was:"http://www.ibm.com/developerworks/libra ... aphicsLine"
====================================
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
#6
You are correct about Geeqie.