case 0x132 : IFD_LIST[j].entry[i].offset=(int)get_date_for_exif(exif_data->time); strcpy(dngbuf,(char *)IFD_LIST[j].entry[i].offset); break;
Following-on from discussions on the SX30 thread, I have a question regarding tag 0x132 in the DNG header.
Throw it out, if you don't like it.
No idea about your coding problems.
Is there any benefit to putting the raws in the DCIM tree ? It might be simpler just to make /left and /right with all the pictures in them.
You should be able to usefor /r to recurse directories.
for /? for more info
I did not bother, I assumed it would be as obscure as Microsofts website.
Odds of success are low if you are unwilling or unable to do some RTFMing.
batch file syntax will probably make it a royal pain in the rear.
In any non-braindead shell, this would be quite straight forward, but batch file syntax will probably make it a royal pain in the rear.
Question is, how do I do this recursively with a single BAT file in DCIM ?
@echo offfor /D %%A in (*) do call :doCopy "%%A"goto :eof:doCopycd %~1%\LEFTfor %%F in (*.raw) do copy /b strips.hdr + %%F %%~nF.dngcd ..\RIGHTfor %%F in (*.raw) do copy /b strips.hdr + %%F %%~nF.dngcd ..\..:endsub
Started by ASalina DSLR Hack development
Started by Microfunguy « 1 2 » General Discussion and Assistance
Started by Microfunguy General Discussion and Assistance
Started by philmoz RAW Shooting and Processing
Started by andrew.stephens.754365 General Help and Assistance on using CHDK stable releases