Regarding Fred's filmgrain script under http://www.fmwconcepts.com/imagemagick/ ... /index.php
How to compare real film grain plates with script input values? For example, say I'd like to apply an ISO 800 film grain onto an image. Is there a way to achieve this except for trial and error (i.e. compare with some reference) until it halfway matches? S.o. else might have already done this.
Fred's film grain
Fred's film grain
Programmers often think, they have invented the theory of everything. In fact they usually have just incorrectly solved a tiny subproblem.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Fred's film grain
Do you know the mapping from ISO 800 to its film noise characteristics? If not, then trial and error.
Re: Fred's film grain
No. Better using film grain plates then (if it should match certain characteristics). Thanks for your answer.
Programmers often think, they have invented the theory of everything. In fact they usually have just incorrectly solved a tiny subproblem.
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Fred's film grain
The appearance of grain depends on the film speed, emulsion type, film developer, contrast of paper and (perhaps most importantly) the quality of the enlarging lens.
In principle, you can scan a print, and use that to adjust an image giving it the same grain texture as the print. I've seen examples online, but I've never liked the results.
In principle, you can scan a print, and use that to adjust an image giving it the same grain texture as the print. I've seen examples online, but I've never liked the results.
snibgo's IM pages: im.snibgo.com
Re: Fred's film grain
Yes, that sounds like an unresolved problem. Nothing to get by with a few lines of code. All those apps prentending to reproduce real film looks must be wrong then (at best close).
Programmers often think, they have invented the theory of everything. In fact they usually have just incorrectly solved a tiny subproblem.
Re: Fred's film grain
There is software available to recreate grain effects, I did try out dxo-filmpack as I had a link to download it in a magazine once for free. But I could not see the point in adding grain.
Re: Fred's film grain
@Bonzo, DxO-FilmPack is a PS plugin (there are many others with similar capabilities), which cannot be applied via command line. DMMD's Photoshop Host SDK might be the way to go, if PS plugins should be used, though.
http://dmmd.net/main_wp/software-develo ... -host-sdk/
http://dmmd.net/main_wp/software-develo ... -host-sdk/
Programmers often think, they have invented the theory of everything. In fact they usually have just incorrectly solved a tiny subproblem.
Re: Fred's film grain
An interesting link but four years old now and only works with jpg files.
Anyway the dxo link was just an example of what I had tried. Good luck with your project.
Anyway the dxo link was just an example of what I had tried. Good luck with your project.
Re: Fred's film grain
After fiddling around some time I think I will go with creating hald images using GIMP based on my LUTs, then using convert to apply the output to my imagery. I'll then put some noise on top of this using noise plates. I'll adjust the latter by looking at the result rather then trying to match what certain analogue film types are supposed to look. In the end nobody will care if it's say Fuji Superia 800...
Many thanks again.
Many thanks again.
Programmers often think, they have invented the theory of everything. In fact they usually have just incorrectly solved a tiny subproblem.