Search found 3 matches

by Aplonis
2013-10-10T15:49:41-07:00
Forum: Users
Topic: MPO format (3D)
Replies: 5
Views: 18814

Re: MPO format (3D)

Here's what I wrote for myself to use with my FujiFilm FinePix W3 camera. It's a Perl script requireing no modules to be isntalled, but calling both ExifTool and ImageMagick in turn to generate full-color, full-size, cross-eye stereographs in JPEG format from a whole directory of MPOs. Use at own ri...
by Aplonis
2008-09-12T14:17:21-07:00
Forum: Users
Topic: Accumulating brightest (darkest) pixels in decompiled video
Replies: 4
Views: 11645

Re: Accumulating brightest (darkest) pixels in decompiled video

I believe you can do it using -compose lighten -composite It takes the brighter pixel from two input images and puts that in the resulting output see http://www.imagemagick.org/Usage/compose/#lighten convert image1 image2 -compose lighten -composite result convert result image3 -compose lighten -co...
by Aplonis
2008-09-11T12:33:27-07:00
Forum: Users
Topic: Accumulating brightest (darkest) pixels in decompiled video
Replies: 4
Views: 11645

Accumulating brightest (darkest) pixels in decompiled video

I have some WMV videos decompiled into stills. The subject is a faint spray mist flickering in a cross wind. The background is dark and unchanging. Creating a single average from all the stills of decompiled video improves it slightly. Noise is eliminated and the total spray envelope a little better...