Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c2pconvert

c2pconvert is a command-line tool for converting Casio Classpad II images (C2P format) to PNGs.

Usage

c2pconvert input.c2p output.png

Releases

Binary releases are provided on the GitHub releases page for both Linux and Windows. These archives contain an executable within the bin directory (which can be added to your PATH if preferred).

Building from source

Building from source requires libpng-dev and zlib1g-dev.

git clone https://github.com/AymenQ/c2pconvert
cd c2pconvert
cmake .
make

The executable can then be installed with make install.

Contributing

Pull requests are welcome. If you discover a bug, please open an issue.

License

This project is licensed under the MIT license.

This project makes use of cxxopts (included in the repository), as well as zlib & libpng.

About

A simple tool for converting C2P (Casio Classpad-II) images to PNG files.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages