Easiest Way to Downsize 1080p images

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
silvine Offline
Senior Member
Posts: 105
Joined: Dec 2010
Reputation: 1
Post: #1
I downloaded some HD 1080p images to use as a backdrop for XBMC. However, the files take too long to appear on screen.


What's the easiest way for me to downsize them to a size that appears quicker and what size should I pick? Is there a script I can use or a way of doing them all as a batch. I have all the images in one directory.
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,935
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #2
IrfanView has a batch mode.

[Image: sig_zps3af3b48e.jpg]
find quote
hikaricore Offline
Posting Freak
Posts: 1,516
Joined: Dec 2008
Reputation: 0
Location: Tuesday
Post: #3
You could also use a command line tool like imagemagik.

[Image: output.jpg]
find quote
darkscout Offline
Posting Freak
Posts: 2,148
Joined: Jul 2008
Reputation: 12
Post: #4
mogrify

Do you have dds enabled? It should cache them.

[Image: aeKO.jpeg]
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
find quote
Sranshaft Online
Posting Freak
Posts: 1,335
Joined: Dec 2008
Reputation: 19
Location: Melbourne, Australia
Post: #5
I created a little program like this ages ago to do exactly the same thing. Give it a source folder, a destination folder and set the width, height and image format you want and hit start. It'll automatically create the images for you in the destination folder.

Grab it from here: http://dl.dropbox.com/u/3687220/AutoResizer.zip

[Image: watched-fanart.jpg]
find quote
Digital Vortex Offline
Member
Posts: 82
Joined: Mar 2011
Reputation: 5
Post: #6
Grab Irfanview and install.

Open irfanview, and select File
Scroll Down to Batch Conversion/Rename
You may want to use Batch Conversion Rename Result Files or change the Output directory
Tick the box "Use Advanced Options (for bulk resize)" in Batch Conversion Settings
Click Advanced Button next to it
Click Resize
Input desired size (such as 1280 720 etc.)
Tick "Use Resample"
(Clicking Save will save .ini file for future use) , click OK
(Back in the original Batch Conversion dialog box)
Move to chosen directory (LOOK IN) and click Add All
make sure Output directory is different (or it will overwrite files, not good on the first go - keep originals until happy with results!)
(This post was last modified: 2011-04-20 05:47 by Digital Vortex.)
find quote
spong_miester Offline
Member
Posts: 58
Joined: May 2010
Reputation: 0
Location: UK
Post: #7
+1 to Irfanview Smile
find quote