The Following 21 Users Say Thank You to fieldofcows For This Useful Post: | ||
bbin, cheve, craftyguy, Dousan, fieryriver, fuyoh, imo, kamil365, logicalsid, Maj3stic, maluka, mobiledivide, moepda, mostwanted, Patola, S0urcerr0r, scottadamsjnr, slaxe, sparkle58, twaelti, vetsin |
|
2010-05-24
, 23:14
|
Posts: 7 |
Thanked: 3 times |
Joined on May 2010
|
#2
|
The Following User Says Thank You to Chazhands For This Useful Post: | ||
|
2010-05-24
, 23:15
|
Posts: 296 |
Thanked: 10 times |
Joined on May 2010
|
#3
|
The Following User Says Thank You to das_schlumpfie For This Useful Post: | ||
|
2010-05-24
, 23:16
|
|
Posts: 257 |
Thanked: 205 times |
Joined on Jan 2010
@ Sydney, Australia
|
#4
|
Also, if you have any suggestions for features you'd like to see in the app then please let me know.
I've implemented image processing filters for level shifting, vignette and applying a border and I'm using QtImageFilters for various convolution effects (sharpen, defocus, highlight, blur, etc.). Am I missing anything? Do you think it's a good idea to allow the user to edit the filters that will be applied or should I just provide presets?
I look forward to hearing your suggestions!
Thanks,
Roy
The Following User Says Thank You to shazosbourne For This Useful Post: | ||
|
2010-05-24
, 23:35
|
Posts: 7 |
Thanked: 3 times |
Joined on May 2010
|
#5
|
The Following User Says Thank You to Chazhands For This Useful Post: | ||
|
2010-05-24
, 23:43
|
Posts: 112 |
Thanked: 28 times |
Joined on Nov 2009
|
#6
|
The Following User Says Thank You to Rapparee For This Useful Post: | ||
|
2010-05-25
, 00:12
|
Posts: 1,096 |
Thanked: 760 times |
Joined on Dec 2008
|
#7
|
The Following User Says Thank You to quipper8 For This Useful Post: | ||
|
2010-05-25
, 00:17
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#8
|
The Following User Says Thank You to For This Useful Post: | ||
|
2010-05-25
, 11:07
|
Posts: 44 |
Thanked: 186 times |
Joined on Apr 2010
@ Worthing, West Sussex, England
|
#9
|
There is a set of filters for photo shop that reproduce basically all types of film. I believe its called exposure.
i assume you have seen this page
http://rmagick.rubyforge.org/Polaroid/polaroid.html
If you do anything... please "be inspired" by ToyCamera AnalogCamera...
|
2010-05-25
, 13:00
|
Posts: 2,014 |
Thanked: 1,581 times |
Joined on Sep 2009
|
#10
|
The Following User Says Thank You to Bratag For This Useful Post: | ||
Classic Print - allows you to load existing photos and apply filters to create a retro style print.
Classic Cam - camera application that automatically applies a retro style to photos that you take.
You can find more information on Classic Print in the announcement thread here. This application can be installed from the extras repository.
Classic Cam has just been released and should be considered an early beta at present. It can be found in extras-devel and will only be promoted to testing once I've reassured myself that it is fairly stable. Make sure you install at least version 0.1-8. Earlier versions will not work correctly.
Some of Classic Cam's features:
Classic Cam does not replace the standard camera application. The standard camera app is still automatically started when the shutter button is pressed or the lens cover is opened. To start Classic Cam, launch the application then open the lens cover to prevent the standard camera app from starting.
Please bear in mind that this is an early beta and you may find some issues. Problems I know of are:
Have fun!
Original thread message:
I'm developing a camera app called "Classic Cam" which automatically processes the photos you take to give them that "retro" look with faded colours, print borders, etc, much like Hipstamatic on the iPhone.
The software development is going fine, I've managed to get the camera part all working with flash, autofocus, etc. The bit I am having a problem with is getting that authentic old photo look.
I've searched on Google and found some information on how to produce classic prints using photoshop and the like but I wonder if anybody on this forum has any bright ideas or suggestions. Also, if you have any suggestions for features you'd like to see in the app then please let me know.
I've implemented image processing filters for level shifting, vignette and applying a border and I'm using QtImageFilters for various convolution effects (sharpen, defocus, highlight, blur, etc.). Am I missing anything? Do you think it's a good idea to allow the user to edit the filters that will be applied or should I just provide presets?
I look forward to hearing your suggestions!
Last edited by fieldofcows; 2010-07-21 at 20:21. Reason: Add link to "announce" thread.