• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

MakefileH A D30-Jun-2005376 1711

READMEH A D30-Jun-20051.4 KiB3123

convert_rgb_to_jpegH A D28-Jun-2005466 101

convert_rgb_to_tiffH A D28-Jun-2005466 101

dump_section.cH A D24-Jul-200514.6 KiB475435

extract_section.cH A D30-Jun-20054 KiB132107

findjpeg.cH A D19-Jul-20058.2 KiB221177

probetohtmlH A D30-Jun-20053.9 KiB188136

reformat.shH A D29-Jun-20051.9 KiB8663

README

1These programs are rather crude but may be useful.
2
3extract_section - extracts a section of a file given start offset
4                  and length, or start and end offset (which you
5                  can get from exifprobe output). An easy way to
6                  extract embedded JPEGs.
7
8findjpeg        - scan a file for valid jpeg streams. VERY crude,
9                  and not useful on mostly binary files.
10
11dump_section    - print a specified chunk of a file as bytes,
12                  shorts, longs, or short or long rationals.
13
14probetohtml     - a simple shell script which uses 'sed' to convert
15                  color escape sequences to font color tags and
16                  generate an HTML file for the output of exifprobe.
17
18reformat.sh     - script to reformat LIST output to change dots to
19                  underscores, remove comments, etc. to make the
20                  output acceptable to a shell for sourcine. The
21                  '-var' and '-export' options of exifgrep are no
22                  longer adequate for that purpose.
23
24convert_rgb_to_tiff -  convert the RGB section of a Canon CR2 file to
25                       a 384x256 TIFF image that anybody can see.
26                       Uses ImageMagick 'convert' utility.
27
28convert_rgb_to_jpeg -  convert the RGB section of a Canon CR2 file to
29                       a 384x256 JPEG image that anybody can see.
30                       Uses ImageMagick 'convert' utility.
31