Jump to content


KevinW1998's Content

There have been 7 items by KevinW1998 (Search limited from 10-February 22)


By content type

See this member's

Sort by                Order  

#162037 Bitmap (.BMP) API

Posted by KevinW1998 on 26 January 2014 - 09:14 AM in APIs and Utilities

View PostSymmetryc, on 26 January 2014 - 08:13 AM, said:

Hmmm, BIT sent me a hex listing of the colors a little while ago that he got from the the code of CC itself I believe and it's slightly different...
Well anyone can change the color-code in the first 16 lines of the source code, until I made a API for it. If you want you can send me the color-table and I would change it.



#162013 Bitmap (.BMP) API

Posted by KevinW1998 on 26 January 2014 - 02:25 AM in APIs and Utilities

View PostSymmetryc, on 26 January 2014 - 12:14 AM, said:

Hmm, the colors are slightly off (CC's colors changed since Mads made his), but other than that looks great :D/>
I did change the colors. I made a screenshot of all the cc-colors and used the color picking tool from photoshop to get the RGB-value . Anyway... good to see that you enjoy my API ;)



#161884 Bitmap (.BMP) API

Posted by KevinW1998 on 25 January 2014 - 03:35 AM in APIs and Utilities

View Postoeed, on 25 January 2014 - 02:24 AM, said:

Awesome! You'd be surprised at the amount of image readers etc which just use a format that is inspired by the real thing though.

heh :D



#161879 Bitmap (.BMP) API

Posted by KevinW1998 on 25 January 2014 - 01:20 AM in APIs and Utilities

Of course real Bitmap Files. You can try it out ;)



#161822 Bitmap (.BMP) API

Posted by KevinW1998 on 24 January 2014 - 03:48 PM in APIs and Utilities

Yea, I could do that



#161820 Bitmap (.BMP) API

Posted by KevinW1998 on 24 January 2014 - 03:28 PM in APIs and Utilities

So with the permission of mads I expanded his Bitmap Loader to a whole API. With this API you can make a Bitmap-Api-Object and load from or save to a bitmap file or paint file.

Every Bitmap file MUST BE:
* 24-Bit
* Uncompressed

Code:
Spoiler

Documentry:
Spoiler

Simple Example:
Spoiler

pastebin get 2DavwMVN BMPDll

I hope you enjoy this API guys! I am happy with every feedback I get!

EDIT: Dammit.... wanted to post it in APIs and Utilities



#128505 h.write("shell.run("test")")

Posted by KevinW1998 on 23 June 2013 - 05:54 AM in Ask a Pro

You need to escape the quotes:
h.write("shell.run(\"test\")")