The camera tag has no wiki summary.
2
votes
3answers
346 views
How can I make my graphics look less “cartoony”?
To begin with, I'm a programmer -- not a graphic designer, so I'm not very good at making pleasing looking images. But I want some that at least look decent enough for version 1 of my video app, and ...
2
votes
1answer
91 views
How can I improve this icon?
Programmer here, working on an app by myself. I think I'm slowly improving with my images each month, but I've never taken a course in graphics design, so there are elements of professionalism that ...
0
votes
4answers
55 views
A RAW image placed in a Photoshop Document doesn't pick up changes
I have just noticed that if you place a RAW image in a PSD(CS6), then tweak the RAW image using Camera RAW, the changes are not picked up by the PSD.
I always try and keep my PSDs as open to change ...
0
votes
0answers
57 views
Blur function from focusing [closed]
I have a depthbuffer of every pixel on the screen. From this, I compute the average depth of each pixel and call this my "focus" distance (This may pop up as another question, how to find the ...