doc:appunti:software:raw_images_processing
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:appunti:software:raw_images_processing [2022/12/22 12:11] – niccolo | doc:appunti:software:raw_images_processing [2022/12/22 12:23] (current) – niccolo | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Processing RAW images ====== | ====== Processing RAW images ====== | ||
| - | ===== Running Histogrammar in GNU/Linux with Wine ===== | + | |
| - | + | ||
| - | **[[http:// | + | |
| - | + | ||
| - | With some effert I was able to run the program on a GNU/Linux computer, using the [[wp> | + | |
| - | + | ||
| - | Download the **[[http:// | + | |
| - | + | ||
| - | < | + | |
| - | wine " | + | |
| - | </ | + | |
| - | + | ||
| - | To properly run the program I had to solve 4 problems. | + | |
| - | + | ||
| - | **Problem #1: missing MSVBVM60.DLL** | + | |
| - | + | ||
| - | The Wine error message is | + | |
| - | + | ||
| - | < | + | |
| - | 0009: | + | |
| - | (which is needed by L" | + | |
| - | </ | + | |
| - | + | ||
| - | **Problem #2: missing comdlg32.ocx** | + | |
| - | + | ||
| - | Dialog box with the error message: //Component ' | + | |
| - | + | ||
| - | **Problem #3: missing libgfl270.dll** | + | |
| - | + | ||
| - | Dialog box with the error message: //Run-time error ' | + | |
| - | + | ||
| - | **Problem #4: gflax DLL not registered** | + | |
| - | + | ||
| - | Dialog box with the error message // | + | |
| - | Error number 492, described as ' | + | |
| - | + | ||
| - | < | + | |
| - | 0009: | + | |
| - | </ | + | |
| - | + | ||
| - | The solution was to search the net for two DLLs: **gflax.dll** and **libgfl270.dll**, | + | |
| - | + | ||
| - | < | + | |
| - | winetricks vb6run | + | |
| - | winetricks comdlg32ocx | + | |
| - | regsvr32 gflax | + | |
| - | </ | + | |
| - | + | ||
| - | The **winetricks** tool provides to download the required DLLs from the net and save all the settings into your **$HOME/ | + | |
| - | + | ||
| - | ===== Web References ===== | + | |
| - | + | ||
| - | * **[[http:// | + | |
| - | * **[[http:// | + | |
| - | | + | |
doc/appunti/software/raw_images_processing.1671707498.txt.gz · Last modified: by niccolo
