Posted 04 January 2014 - 02:46 PM
Hello everyone! Today I made an image conversion program called conv.
No, this program will not convert CC images to PNG, JPEG or any other image format. I'm sorry if I have misled you.
The normal version of the program will convert a stand-alone 'paint' image to a file that will draw the image when run. Don't worry, there will be a backup of the original image in the root directory, called /.backup_<name>.
Image files other than those created by the standard paint program are not supported yet.
How to use:
To restore the original image from a backup:
Download:
Changes:
1.0 - wrote the entire program
Special edition:
1.0 - changed the normal version into a special edition; optimized/compacted the code.
Special edition (suggested by ElvishJerricco):
Media:
[media]http://youtu.be/SZACKEOxXZg[/media]
As always, if you encounter any errors or if there are things you would like to have in the program, be sure to tell me.
No, this program will not convert CC images to PNG, JPEG or any other image format. I'm sorry if I have misled you.
The normal version of the program will convert a stand-alone 'paint' image to a file that will draw the image when run. Don't worry, there will be a backup of the original image in the root directory, called /.backup_<name>.
Image files other than those created by the standard paint program are not supported yet.
How to use:
Spoiler
conv <file>
To restore the original image from a backup:
conv <file> -r
Download:
Changes:
Spoiler
Normal version:1.0 - wrote the entire program
Special edition:
1.0 - changed the normal version into a special edition; optimized/compacted the code.
Special edition (suggested by ElvishJerricco):
Media:
Spoiler
A video showing how conv works: (might be unavailable)[media]http://youtu.be/SZACKEOxXZg[/media]
As always, if you encounter any errors or if there are things you would like to have in the program, be sure to tell me.
Edited on 05 January 2014 - 06:07 AM