Personal tools

Difference between revisions of "Sam2p"

From MohidWiki

Jump to: navigation, search
Line 4: Line 4:
 
  > sam2p file.jpg EPS: file.eps
 
  > sam2p file.jpg EPS: file.eps
  
Batch convert from jpg to eps
+
Batch convert from jpg to eps (windows)
 
  > for %i in (*.jpg) do sam2p %i EPS: %~ni.eps
 
  > for %i in (*.jpg) do sam2p %i EPS: %~ni.eps
  

Revision as of 01:41, 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 (windows)

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

See also

External links