Quote Originally Posted by Darkhog View Post
You CANNOT store it in anyway in program, it must be procedurally generated.
I take that you mean that you cannot store the image as an exact bitmap? Obviously the image must be represented in the code somehow.

Quote Originally Posted by Darkhog View Post
Binary AND source code COMBINED cannot exceed 300kb.

You can use any pascal-capable graphic library, including ports of C libraries. Be advised though, that any of DLLs used aside of stuff that comes with WinAPI or standard Linux APIs counts to size limit, even if it isn't written by you.

Deadline: Nov, 16th.
As mentioned by other users this seems as a strict requirement. Why even put a size limit? As I see it the interesting part is to generate the image and apparently make your code unreadable.