I''ve been googling around, and have found a lot of tools to convert images to the right pixel size - anyone have a good command line based one for linux? Also, how do you issue a command from a rails app? Thanks, Ben Lisbakken -- Posted via ruby-forum.com.
Ben Lisbakken wrote:> I''ve been googling around, and have found a lot of tools to convert > images to the right pixel size - anyone have a good command line based > one for linux? > > > Also, how do you issue a command from a rails app? > > Thanks, > Ben Lisbakkenis ImageMagick one of the best? -- Posted via ruby-forum.com.
On Jun 30, 2006, at 2:29 PM, Ben Lisbakken wrote:> I''ve been googling around, and have found a lot of tools to convert > images to the right pixel size - anyone have a good command line based > one for linux? >Try looking into ImageMagick [imagemagick.org/script index.php] and RMagick [rmagick.rubyforge.org/]. I think that might be what you''re after. - Vani Raja
Vani Raja wrote:> On Jun 30, 2006, at 2:29 PM, Ben Lisbakken wrote: > >> I''ve been googling around, and have found a lot of tools to convert >> images to the right pixel size - anyone have a good command line based >> one for linux? >> > > Try looking into ImageMagick [imagemagick.org/script > index.php] and RMagick [rmagick.rubyforge.org/]. I think that > might be what you''re after. > > - Vani RajaCool! Does imagemagick run on Gentoo though? Would the fedora core 5 rpm work for gentoo? -- Posted via ruby-forum.com.
On Jun 30, 2006, at 2:29 PM, Ben Lisbakken wrote:> I''ve been googling around, and have found a lot of tools to convert > images to the right pixel size - anyone have a good command line based > one for linux? > > > Also, how do you issue a command from a rails app? >You should read about our asset compiler that we use on projects at PLANET ARGON. infoq.com/articles/Agile-Asset-Management svn: planetargon.org/trac/wiki/AssetCompiler Cheers, Robby -- Robby Russell Founder & Executive Director PLANET ARGON, LLC Ruby on Rails Development, Consulting & Hosting planetargon.com robbyonrails.com +1 503 445 2457 +1 877 55 ARGON [toll free] +1 815 642 4068 [fax]
On Jun 30, 2006, at 2:54 PM, Ben Lisbakken wrote:> Vani Raja wrote: >> On Jun 30, 2006, at 2:29 PM, Ben Lisbakken wrote: >> >>> I''ve been googling around, and have found a lot of tools to convert >>> images to the right pixel size - anyone have a good command line >>> based >>> one for linux? >>> >> >> Try looking into ImageMagick [imagemagick.org/script >> index.php] and RMagick [rmagick.rubyforge.org/]. I think that >> might be what you''re after. >> >> - Vani Raja > > Cool! Does imagemagick run on Gentoo though? Would the fedora core 5 > rpm work for gentoo?Remember, Google is thy friend. :o) Try this: google.com search?q=gentoo+emerge+imagemagick - Vani Raja