首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 一个能够创造任何数字图像的程序

一个能够创造任何数字图像的程序

资 源 简 介

PicGen is a small project I have made with a simple concept. One day I thought about the idea that I could generate any picture in the world with the right program and a huge amount of time. I then implemented this idea by creating a program that is able to change every pixel on the screen to every color a computer can generate. At my first attempt I found that it took about 8 seconds for my program to cycle through all the colors it could make, which is RGB 0-255, for just one pixel. After that I decided to make the program so that it could produce gray scale pictures, greatly reducing the complexity thus greatly reducing the time required. I have written the program in java, but I realize that this could be done more efficiently in another language or by using another method, but it mainly was just an interesting proof of concept for me.
VIP VIP
0.179874s