
Wikipedia says:
Python is a multi-paradigm programming language (functional, object oriented and imperative) which has a fully dynamic type system and uses automatic memory management.
I say:
Python is just great.
Some time ago I began to play arround with the Python Image Libary (PIL). I found out how to manipulate every single pixels color, brightness, contrast and so on. I also made some experiments with merging pictures (of the same thing but with different exposures) into one picture to gain more details, but this pictures weren't really outstanding beautiful ( in fact they all looked pretty boring, because my method caused them loosing contrast).
At the moment I am playing arround with colors. I use kind of color-patterns (in fact I use different relations between red, green and blue) and manipulate every single pixels color by recalculating its color in relation to the other colors of this pixel.
The results can be seen on the picture in the top left corner of this post. (I did NOT use any photo manipulating software to create these pictures. I just used my own little python programms. I just used GIMP to put all 12 photos onto on big picture.)
I created 3 different styles so far, but I am not really satisfied at the moment.
The next step will be to use 3 different pictures with different exposure of the same thing, merge them into one boring picture and apply styles that keep the details and bring back the colors to the picture.
A lot of work I think. A lot of things to learn about color managment and a lot of fun.
to be continued...
No comments:
Post a Comment