All Questions
5 questions
2
votes
2
answers
181
views
pixelating images
I'm a hobby programer and I had an idea for pixelating images and I wrote it.
I was wondering how would a better programer write the same function.
I want to learn and I think that this would help me ...
4
votes
1
answer
97
views
Weird things to do to an image
Here is a program I wrote to take an image and do weird things to it. Is there any more weird things I can add?
Right now I have:
Chop the image
Flip the image (up/down and left/right)
Rotate the ...
3
votes
0
answers
67
views
Pygame : processing speed independant image loop displayer
I made this in order to teach myself pygame.
This displays an images loop at the same speed on any computer (It will lag on a slow computer).
Is my time management good or do my datetime call could ...
1
vote
1
answer
539
views
Drawing pixel to pixel
I'm drawing a pixel by pixel image with the following code:
...
7
votes
1
answer
281
views
Editing Surfaces Removing Color
So I have recently tried to load an image and save it, but remove all of a certain color. I'm running the program and it is running really slow, is there a more efficient way to edit an image? My code ...