This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
billysback's profile picture

[UTILITY] CTR - Create Images for CC! [v1.1]

Started by billysback, 14 October 2012 - 08:02 PM
billysback #1
Posted 14 October 2012 - 10:02 PM
CTR
CTR is a program (Java) which lets you easily open and edit files formatted in
Minecraft Color Tags (by marumaru)'s format, Paint by Cruor is supported, NPaintPro is also supported!. It will also support CGE's color system (as it will be identical to that of MCT)


Screenshots:
Spoiler

Download:
Spoilerv1.0:
http://www.mediafire...n9cf52gvzmdaws5
v1.1:
http://www.mediafire...8ibzchhoboh0f2b

v1.2:
http://www.mediafire...232cdicc3v45s3y


How to use:
SpoilerOpen up and you will see a window looking like the first picture;
Either enter the directory of the file you wish to create/open in the longer text box or click the button to the right of the longer text box to open a file browser.
If you are opening a file; ignore the WIDTH and HEIGHT boxes
If you are creating a file; set the WIDTH and HEIGHT of the picture in those fields.

click the Create or Open button depending on what you want to do, if nothing happens something went wrong.

If it went right, the original window should disappear and two more should appear, one is called "Tools" the other is your picture,
in your tools window you can set the color you are painting with and save the picture
To draw on the image just move your mouse around the screen and a box the color of you selected color in Tools should appear around the selected cell, click to color it in that color.

Thats it! press save to save, the box above the save button has the original directory in it but you can change it if you wish.


Links to API and Programs related:
SpoilerColor Tags (marumaru):
http://www.computerc...r-tags-api-v10/
Paint (Cruor): (requires v1.2+)
http://www.computerc.../4982-paint-20/
NPaintPro(Nitrogenfingers): (requires v1.2+)
http://www.computerc...-145-npaintpro/
CC Paint (matejdro):
http://www.computerc...pr3-ccpaint-11/

Updates:
Spoilerv1.0: initial release
v1.1: minor bug fix
v1.2: added .nfp file saving/reading support

Thanks!
billysback #2
Posted 18 October 2012 - 04:34 PM
Update:
added .nfp support, two buttons in the GUI's where added which let you save/open files in .nfp format (clearly labelled)
Skullblade #3
Posted 24 October 2012 - 01:00 AM
ok so how exactly do you run the program??
billysback #4
Posted 24 October 2012 - 04:21 PM
What OS are you on?
If you are on windows then just download the .jar file and double click it…
Obviously you need Java installed first…
1v2 #5
Posted 24 October 2012 - 04:41 PM
No yellow?
billysback #6
Posted 24 October 2012 - 06:30 PM
Do you mean:
Could you please add yellow?
If so, then are there any other colors you also want?
Skullblade #7
Posted 24 October 2012 - 09:26 PM
oh srry stupid mistake on my part…i have winrar and it opened the file automaticly
Skullblade #8
Posted 24 October 2012 - 11:17 PM
so is there any programs to display the png file on the computercraft terminal? if so what are they
Skullblade #9
Posted 25 October 2012 - 12:04 AM
quiet…too quiet
1v2 #10
Posted 25 October 2012 - 12:08 AM
I was wondering if you didn't add any colors on purpose, but nice program anyway, very useful.
billysback #11
Posted 25 October 2012 - 03:59 PM
so is there any programs to display the png file on the computercraft terminal? if so what are they
This was posted at 11:00ish (pm) for me so sorry for not responding ^_^/>/>
The "links to programs and API's related" spoiler has links to 4 separate programs which each can open, and some can edit, the files you save.


I was wondering if you didn't add any colors on purpose, but nice program anyway, very useful.
No, I just added as many colors as there were in MCT.
Feel free to suggest colors for me to add, I may add a colors properties file that you can edit in which there will be a layout "c=r,g,b"
c is the color tag, so like:

w=255,255,255

and thanks :P/>/>
Turtle #12
Posted 26 October 2012 - 09:35 PM
This looks sweet, Downloading!

so is there any programs to display the png file on the computercraft terminal? if so what are they
No advertising ment, but my program (CCIC) can covert png files to nfp/cmg (The format paint uses)
Else, you'll have to binary read the png file.