![]() |
2009-12-03
, 23:26
|
Posts: 114 |
Thanked: 45 times |
Joined on Oct 2009
@ Turin, Italy
|
#2
|
#!/bin/bash while [ $# -ge 1 ] ; doconvert $1 -resize 800x480 ${dest_folder}/$1 shiftdone
![]() |
2009-12-03
, 23:32
|
Posts: 891 |
Thanked: 499 times |
Joined on Nov 2009
@ UK
|
#3
|
![]() |
2009-12-03
, 23:34
|
Posts: 236 |
Thanked: 223 times |
Joined on Oct 2009
@ NE UK
|
#4
|
![]() |
2009-12-03
, 23:40
|
|
Posts: 1,366 |
Thanked: 1,185 times |
Joined on Jan 2006
|
#5
|
The Following User Says Thank You to mikec For This Useful Post: | ||
![]() |
2009-12-04
, 01:29
|
Posts: 1,179 |
Thanked: 770 times |
Joined on Nov 2009
|
#6
|
If you're a user linux you can do a simple script to do this and transfer file from the command line.
for example you can do:
and you will use it as follow:Code:#!/bin/bash while [ $# -ge 1 ] ; doconvert $1 -resize 800x480 ${dest_folder}/$1 shiftdone
./script_name file1.jpg file2.jpg file3.jpg file4.jpg
you have to define the var ${dest_folder}. If you don't know how, don't hesitate to ask.
![]() |
2009-12-04
, 01:34
|
Posts: 87 |
Thanked: 47 times |
Joined on Sep 2009
@ Sorocaba, Brasil
|
#7
|
![]() |
2009-12-04
, 09:24
|
Posts: 114 |
Thanked: 45 times |
Joined on Oct 2009
@ Turin, Italy
|
#8
|
Wo!!! Have no idea what any of that means. Not even the first word. I've never used Linux or anything to do with programming.
![]() |
2009-12-04
, 09:41
|
Posts: 216 |
Thanked: 72 times |
Joined on Dec 2009
@ Switzerland
|
#9
|
Is there a way when transferring pictures to the device for the pictures to be shrunk down to the device's screen resolution? This is a common feature on file transfer software on all the mp3 players I have had. A similar feature for videos would be nice too.