Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search




Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Third Party
| |-+  Other Utilities
| | |-+  picture resizer
« previous next »
  • Print
Pages: [1]

Author Topic: picture resizer  (Read 2366 times)

Offline NiHaoMike

  • Member
  • *
  • Posts: 31
picture resizer
« on: June 27, 2010, 04:47:49 PM »
Is there a program that automatically resizes pictures before copying them to my Rockbox device? My PC runs 64 bit Gentoo if it matters.
Logged
"Want Allie Moore on your iPod? There's an app for that. It's called Rockbox."

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3181
  • creature
Re: picture resizer
« Reply #1 on: June 27, 2010, 05:17:18 PM »
The obvious one: ImageMagick can do this.
Logged
Please read the Rockbox manual! • Rockbox Utility: the official installer • Rockbox Utility development binaries (updated every now and then)
• How to report Bugs effectively • How to ask questions the smart way • Rockbox is NOT a product! • We do not estimate any timeframes!

Offline NiHaoMike

  • Member
  • *
  • Posts: 31
Re: picture resizer
« Reply #2 on: June 27, 2010, 10:24:51 PM »
Quote from: bluebrother on June 27, 2010, 05:17:18 PM
The obvious one: ImageMagick can do this.
How do I have it process all pictures in a directory? There's over 6000 of them so there must be some automated way to do it.
Logged
"Want Allie Moore on your iPod? There's an app for that. It's called Rockbox."

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4199
Re: picture resizer
« Reply #3 on: June 27, 2010, 10:37:49 PM »
Mogrify might be what you want:
http://www.imagemagick.org/Usage/basics/#mogrify
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, M:Robe 100, Sansa Clip

Offline Yotto

  • Artist
  • Member
  • *
  • Posts: 891
  • Every Silver Lining has a Cloud
    • My Blog
Re: picture resizer
« Reply #4 on: June 27, 2010, 11:31:56 PM »
cd <directory with 6000 files>
md new
for %i in (*.jpg) do convert <switches> %i new\%i

That's for DOS (Windows command line). Linux would be similar in idea.
I don't know what switches specifically to use, but check help on "convert". I bet -size would do it.

**EDIT**

Just saw your gentoo comment

cd <directory with 6000 files>
mkdir new
for i in *.jpg; do convert <switches> $i new/$i; done;

Same disclaimer about the switches.
« Last Edit: June 27, 2010, 11:35:04 PM by Yotto »
Logged
Pulp Audio Weekly - Where we talk about News, Reviews, and pretty much anything else we feel like discussing.

Offline achengms

  • Member
  • *
  • Posts: 1
Re: picture resizer
« Reply #5 on: September 29, 2010, 02:34:56 PM »
I use faststone to resize all my images in a folder. Its the best free image manipulation software.
Logged
Singapore company registration

Offline lestatar

  • Member
  • *
  • Posts: 21
Re: picture resizer
« Reply #6 on: October 05, 2010, 01:24:29 AM »
Quote from: achengms on September 29, 2010, 02:34:56 PM
I use faststone to resize all my images in a folder. Its the best free image manipulation software.

+1 to this oldish thread.  Fastone is indeed quite nice and free.  2 flavors: an image viewer/basic editing program and a standalone batch capable image resizing app.

I have been using both for a long time.  Quite great - fast and works.
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Third Party
| |-+  Other Utilities
| | |-+  picture resizer
 

  • SMF 2.0.4 | SMF © 2013, Simple Machines
  • XHTML
  • RSS
  • WAP2

Page created in 0.362 seconds with 26 queries.