* Patrick Shanahan <[email protected]> [08-09-11 10:43]: > > > > > > cd into the subject directory > > > > > > for i in *.jpg; > > > do convert -resize 1024x768 $i new.$i; > > > done > > > > > > file p100161.jpg will be output as > > > new.p100161.jpg > > > at 1024x768 > > > > WARNING: will convert ALL *.jpg files in the current directory > > And, after further *close* attention to your request, I don't know how to > resize to a particular space-on-disk as 200kb, only by dimention at a > particular pixel screen resolution. There are many more parameters > available to "stack" onto the example above that will further define the > output image.
see: http://www.imagemagick.org/Usage/resize/ -- (paka)Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711 http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 http://en.opensuse.org openSUSE Community Member Registered Linux User #207535 @ http://counter.li.org -- You received this message because you are subscribed to the Google Groups "Google-Labs-Picasa-for-Linux" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-labs-picasa-for-linux?hl=en.
