Ignore:
Timestamp:
07/27/11 23:47:27 (23 months ago)
Author:
philmoz
Message:

Add DNG_VERT_RLE_BADPIXELS definition & comments to camera.h
Fix raw/dng saving on the SX220HS and IXUS 310HS (probably the SX230HS will need it as well).

  • Add a new function to wrappers.c that checks if a directory exists before calling mkdir on it (mkdir_if_not_exist).
  • Add a simple run length compression for the badpixel.bin file.

http://chdk.setepontos.com/index.php?topic=650.msg70786#msg70786

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/include/stdlib.h

    r1153 r1249  
    144144extern int lseek (int fd, long offset, int whence); 
    145145extern long mkdir(const char *dirname); 
     146extern long mkdir_if_not_exist(const char *dirname); 
    146147extern int rename(const char *oldname, const char *newname); 
    147148extern int chdir(char *pathname); 
Note: See TracChangeset for help on using the changeset viewer.