Personal tools

Difference between revisions of "Sam2p"

From MohidWiki

Jump to: navigation, search
(New page: sam2p is a little utility that allows to convert between image file formats. ==See also== *Convert ==External links== *[http://code.google.com/p/sam2p/ sam2p google code homepage...)
 
Line 1: Line 1:
 
[[sam2p]] is a little utility that allows to convert between image file formats.
 
[[sam2p]] is a little utility that allows to convert between image file formats.
 +
==Example==
 +
Converting from jpg to eps
 +
> sam2p file.jpg EPS: file.eps
 +
 +
Batch convert from jpg to eps
 +
> for %i in (*.jpg) do sam2p %i EPS: %~ni.eps
  
 
==See also==
 
==See also==

Revision as of 01:40, 17 January 2010

sam2p is a little utility that allows to convert between image file formats.

Example

Converting from jpg to eps

> sam2p file.jpg EPS: file.eps

Batch convert from jpg to eps

> for %i in (*.jpg) do sam2p %i EPS: %~ni.eps

See also

External links