KeithM At Home.on the web since 2010.not retro.just old-fashioned
Due to the layout of the Fuji SuperCCD sensor, the green pixels lie on a regular grid which allows the rapid creation of monochrome images with no interpolation. Colour output is also available. This is intended mainly for those who are curious to see what the digitised sensor output actually looks like, but it may also be used as a colour source for creating monochrome images.
monoFuji was written to provide an easy link between raw Fuji RAF files and 16bit image editing. I started by using Fuji's Hyper Utility but in my workflow, I like to start with a consistent image ( 16bit monochrome with image values placed between known black and white values ). Working each image individually in HS-V2 to create a consistent output is a mechanical, repetitive task which computers are very good at doing on their own!
monoFuji is a program which performs that repetitive task as quickly as possible. You are then free to spend more time doing the creative work in the image editor of your choice.
The application was designed with the aim of providing a means of quickly converting a number of image files, with no user input required during the conversion process. The interface is a simple application window. RAF files to be converted are assembled into a list and an optional output target directory specified. The files are then batch converted using the options set in the Options Dialog.
This version of the application is written using the Microsoft .Net 1.1 Framework. This Framework has to be present before installing and running monoFuji. If you do not have the Framework installed, you will need to download it from Microsoft. As of February 2010, it could be found with this Microsoft Search. After installing the Framework, it would be advisable to run a Windows Update to ensure it is patched up to date.
The installation files, along with a ReadMe First file are contained in a single Zip file. To install - download the zip, unzip to a suitable location and run setup.exe. During installation, you are asked to agree to a EULA. It would be impossible to enforce the EULA, but please treat it as an expression of my wishes concerning the use of monoFuji. monoFuji is being offered as Freeware in that no payment is required for it's use, there is no limit to how long you can use it and there are no nag screens. You are also free to re-distribute it as long as the EULA remains intact and the files are un-modified.
Notes about the first release:
Colour images are created from the RGB pixel data. For the small output size, red and blue is derived by averaging the red and blue pixels adjacent to each green pixel. For the large output size, the three channels are independently interpolated. The RGB values are not processed to conform to a standard colour space - they are in CameraRGB space.
First release:
Current ToDo list:
monoFuji is only currently available as a Windows application. I am, however, currently learning Cocoa/ObjectiveC programming with the intention of producing an OS X version. This may take me a little while though.
The table below summarises how many images have been converted from a particular camera under which Operating System. I plan to add a Feedback page soon, one purpose of which, if any users would be kind enough to do so, will be to report success or failure with cameras and Operating Systems.
As I own a Fuji S2 and S3, these cameras have been used extensively with the forerunners of monoFuji ( a long term personal project ). Only one S5 ( wide DR ) image has been used for testing and a small number of S20 images. Please bear this in mind if trying the application with RAF files from the S5 in Std DR mode, and with Windows OS's other than XP.
| Camera | Windows XP | Windows Vista |
|---|---|---|
| S2 | Many | 0 |
| S20 | 4 | Some |
| S3 Std DR | Some | 0 |
| S3 Wide DR | Many | 0 |
| S5 Std DR | 0 | 0 |
| S5 Wide DR | 1 | 0 |
Parts of the source code for monoFuji will be published with the doumentation of monoFuji, for those who are interested or engaged in similar projects.
The program was written in Microsoft Visual Basic .Net 2003. I make no claim to be an elegant programmer or that my code makes full use of the Visual Basic environment. The code has developed as I wrote the application from the top down and early decisions may not have been the best. If nothing else, the code should allow you to see the detailed program flow which may be re-written far more succinctly.
Page Last Updated: 10th April 2010, Maintained by KeithM.