Search found 4 matches

by wolas
2012-10-17T05:34:09-07:00
Forum: Digital Image Processing
Topic: Merging 1000 images into one
Replies: 5
Views: 28090

Merging 1000 images into one

I want to do something like this http://feministphilosophers.wordpress.com/2011/02/06/the-average-face-of-women-across-the-world/ just not with faces :) so what would be best way to merge at very least 1000 images into one image? Is IM usable in this task. As last resort I would write program which ...
by wolas
2011-09-16T15:00:02-07:00
Forum: Users
Topic: 8bit -> 16bit + "colorize"
Replies: 3
Views: 7540

Re: 8bit -> 16bit + "colorize"

Found what I wanted -selective-blur works perfectly.
by wolas
2011-09-16T03:35:12-07:00
Forum: Users
Topic: 8bit -> 16bit + "colorize"
Replies: 3
Views: 7540

Re: 8bit -> 16bit + "colorize"

Thanks for helpful answer, well I m creating it for game/engine "springrts", and my map isint significant or something it is not worth your time to be messed with. Somehow I thinked that this should be simple procedure/command. Now I understand how powerful IM is, and now I know what I nee...
by wolas
2011-09-15T05:46:02-07:00
Forum: Users
Topic: 8bit -> 16bit + "colorize"
Replies: 3
Views: 7540

8bit -> 16bit + "colorize"

I have grayscale 8bit image it serves as heightmap, and I want to convert it to 16bit heightmap. I also want to increase color count or how I should say... Algorithm which if sees if colurs was lineary decreasing then will add more values, if sees that color after color is same leave them. So basica...