10000 GitHub - melomac/pict2png: PICT to PNG converter
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

melomac/pict2png

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

pict2png

pict2png is a simple PICT to PNG image converter, using a TIFF intermediate representation.

paint2png

paint2png is a simple Mac Paint to PNG image converter. Source code is available as a pict2png branch.

Download

Universal code-signed binaries are available in the releases section.

Install

$ sudo cp pict2png /usr/local/bin/
$ sudo cp paint2png /usr/local/bin/

Usage

Usage: pict2png image.pict image.png

Batch processing

$ ls | while read f ; do pict2png "$f" "$f.png" ; done

About

PICT to PNG converter

Resources

Stars

Watchers

Forks

Packages

No packages published
0