  | 85260 packages online |
|
 |
| gfx/conv/jhead-mos.lha | | | | No screenshot available |
|
Jhead is a program for manipulating settings and thumbnails in Exif jpeg headers
used by most Digital Cameras. v3.08 Matthias Wandel, Oct 5 2020.
http://www.sentex.net/~mwandel/jhead
Usage: jhead [options] files
Where:
files path/filenames with or without wildcards
[options] are:
GENERAL METADATA:
-te <name> Transfer exif header from another image file <name>
Uses same name mangling as '-st' option
-dc Delete comment field (as left by progs like Photoshop & Compupic)
-de Strip Exif section (smaller JPEG file, but lose digicam info)
-di Delete IPTC section (from Photoshop, or Picasa)
-dx Delete XMP section
-du Delete non image sections except for Exif and comment sections
-purejpg Strip all unnecessary data from jpeg (combines -dc -de and -du)
-mkexif Create new minimal exif section (overwrites pre-existing exif)
-ce Edit comment field. Uses environment variable 'editor' to
determine which editor to use. If editor not set, uses VI
under Unix and notepad with windows
-cs <name> Save comment section to a file
-ci <name> Insert comment section from a file. -cs and -ci use same naming
scheme as used by the -st option
-cl string Insert literal comment string
-zt Trim exif header trailing zeroes (Nikon 1 wastes 30k that way)
DATE / TIME MANIPULATION:
-ft Set file modification time to Exif time
-dsft Set Exif time to file modification time
-n[format-string]
Rename files according to date. Uses exif date if present, file
date otherwise. If the optional format-string is not supplied,
the format is mmdd-hhmmss. If a format-string is given, it is
is passed to the 'strftime' function for formatting
%d Day of month %H Hour (24-hour)
%m Month number %M Minute %S Second
%y Year (2 digit 00 - 99) %Y Year (4 digit 1980-2036)
For more arguments, look up the 'strftime' function.
In addition to strftime format codes:
'%f' as part of the string will include the original file name
'%i' will include a sequence number, starting from 1. You can
You can specify '%03i' for example to get leading zeros.
This feature is useful for ordering files from multiple digicams to
sequence of taking.
The '.jpg' is automatically added to the end of the name. If the
destination name already exists, a letter or digit is added to
the end of the name to make it unique.
The new name may include a path as part of the name. If this path
does not exist, it will be created
-a (Windows only) Rename files with same name but different extension
Use together with -n to rename .AVI files from exif in .THM files
for example
-ta<+|->h[:mm[:ss]]
Adjust time by h:mm forwards or backwards. Useful when having
taken pictures with the wrong time set on the camera, such as when
traveling across time zones or DST changes. Dates can be adjusted
by offsetting by 24 hours or more. For large date adjustments,
use the -da option
-da<date>-<date>
Adjust date by large amounts. This is used to fix photos from
cameras where the date got set back to the default camera date
by accident or battery removal.
To deal with different months and years having different numbers of
days, a simple date-month-year offset would result in unexpected
results. Instead, the difference is specified as desired date
minus original date. Date is specified as yyyy:mm:dd or as date
and time in the format yyyy:mm:dd/hh:mm:ss
-ts<time> Set the Exif internal time to <time>. <time> is in the format
yyyy:mm:dd-hh:mm:ss
-tf file Set the exif time to the modification time from another file
-ds<date> Set the Exif internal date. <date> is in the format YYYY:MM:DD
or YYYY:MM or YYYY
THUMBNAIL MANIPULATION:
-dt Remove exif integral thumbnails. Typically trims 10k
-st <name> Save Exif thumbnail, if there is one, in file <name>
If output file name contains the substring "&i" then the
image file name is substitute for the &i. Note that quotes around
the argument are required for the '&' to be passed to the program.
An output name of '-' causes thumbnail to be written to stdout
-rt <name> Replace Exif thumbnail. Can only be done with headers that
already contain a thumbnail.
-rgt[size] Regenerate exif thumbnail. Only works if image already
contains a thumbnail. size specifies maximum height or width of
thumbnail. Relies on 'mogrify' programs to be on path
ROTATION TAG MANIPULATION:
-autorot Invoke jpegtran to rotate images according to Exif orientation tag
and clear Exif orientation tag
Note: Windows users must get jpegtran for this to work
-norot Zero out the rotation tag. This to avoid some browsers from
rotating the image again after you rotated it but neglected to
clear the rotation tag
OUTPUT VERBOSITY CONTROL:
-h help (this text)
-v even more verbose output
-q Quiet (no messages on success, like Unix)
-V Show jhead version
-exifmap Dump header bytes, annotate. Pipe thru sort for better viewing
-se Suppress error messages relating to corrupt exif header structure
-c concise output
-nofinfo Don't show file info (name/size/date)
FILE MATCHING AND SELECTION:
-model model
Only process files from digicam containing model substring in
camera model description
-exonly Skip all files that don't have an exif header (skip all jpegs that
were not created by digicam)
-quality x Only work on images with JPEG quality factor x or higher
-cmd command
Apply 'command' to every file, then re-insert exif and command
sections into the image. &i will be substituted for the input file
name, and &o (if &o is used). Use quotes around the command string
This is most useful in conjunction with the free ImageMagick tool.
For example, with my Canon S100, which suboptimally compresses
jpegs I can specify
jhead -cmd "mogrify -quality 80 &i" *.jpg
to re-compress a lot of images using ImageMagick to half the size,
and no visible loss of quality while keeping the exif header
Another invocation I like to use is jpegtran (hard to find for
windows). I type:
jhead -cmd "jpegtran -progressive &i &o" *.jpg
to convert jpegs to progressive jpegs (Unix jpegtran syntax
differs slightly)
-orp Only operate on 'portrait' aspect ratio images
-orl Only operate on 'landscape' aspect ratio images
-cr Remove comment tag (my way)
-ca Add comment tag (my way)
-ar Auto resize to fit in 1024x1024, but never less than half
|
Contents of gfx/conv/jhead-mos.lha PERMSSN UID GID PACKED SIZE RATIO METHOD CRC STAMP NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic] 56 78 71.8% -lh5- 1bff Jun 6 2023 jhead-3.08/.gitignore
[generic] 211 463 45.6% -lh5- 8c97 Jun 6 2023 jhead-3.08/buildrpms
[generic] 5227 12534 41.7% -lh5- 8cf1 Jun 6 2023 jhead-3.08/changes.txt
[generic] 15321 62661 24.5% -lh5- a05e Jun 6 2023 jhead-3.08/exif.c
[generic] 659 1480 44.5% -lh5- 13fc Jun 6 2023 jhead-3.08/exifgaps.py
[generic] 2204 7713 28.6% -lh5- 294a Jun 6 2023 jhead-3.08/gpsinfo.c
[generic] 275 455 60.4% -lh5- 65c6 Jun 6 2023 jhead-3.08/how-to-make-rpm.txt
[generic] 2396 8977 26.7% -lh5- db01 Jun 6 2023 jhead-3.08/iptc.c
[generic] 267 471 56.7% -lh5- 994d Jun 6 2023 jhead-3.08/iptc.h
[generic] 6468 16091 40.2% -lh5- be1a Jun 6 2023 jhead-3.08/jhead.1
[generic] 18639 66778 27.9% -lh5- 92cc Jun 6 2023 jhead-3.08/jhead.c
[generic] 2958 8268 35.8% -lh5- 51d3 Jun 6 2023 jhead-3.08/jhead.h
[generic] 631 2152 29.3% -lh5- 2097 Jun 6 2023 jhead-3.08/jhead.spec
[generic] 6199 25960 23.9% -lh5- 2e06 Jun 6 2023 jhead-3.08/jpgfile.c
[generic] 2327 7136 32.6% -lh5- 033a Jun 6 2023 jhead-3.08/jpgqguess.c
[generic] 46 47 97.9% -lh5- e91c Jun 6 2023 jhead-3.08/make.bat
[generic] 519 1087 47.7% -lh5- d11d Jun 6 2023 jhead-3.08/makefile
[generic] 305 739 41.3% -lh5- 59d8 Jun 6 2023 jhead-3.08/makefile-win32
[generic] 2127 7454 28.5% -lh5- 24a8 Jun 6 2023 jhead-3.08/makernote.c
[generic] 2482 8614 28.8% -lh5- 238b Jun 6 2023 jhead-3.08/myglob.c
[generic] 1237 3995 31.0% -lh5- 8614 Jun 6 2023 jhead-3.08/paths.c
[generic] 1281 2549 50.3% -lh5- 6292 Jun 6 2023 jhead-3.08/readme.txt
[generic] 475 944 50.3% -lh5- 2d11 Jun 6 2023 jhead-3.08/read_write_notes.txt
[generic] 219 510 42.9% -lh5- 2e68 Jun 6 2023 jhead-3.08/rpmprep
[generic] 19379 19379 100.0% -lh0- 0394 Jun 6 2023 jhead-3.08/tests/badyear.jpg
[generic] 4595 4595 100.0% -lh0- 067d Jun 6 2023 jhead-3.08/tests/comments.jpg
[generic] 4625 4625 100.0% -lh0- fd40 Jun 6 2023 jhead-3.08/tests/expected-bin/comments.jpg
[generic] 0 0 100.0% -lh0- 0000 Jun 6 2023 jhead-3.08/tests/expected-bin/dummy
[generic] 8247 8247 100.0% -lh0- 9c7a Jun 6 2023 jhead-3.08/tests/expected-bin/exif-regen.jpg
[generic] 21097 21097 100.0% -lh0- da8e Jun 6 2023 jhead-3.08/tests/expected-bin/iptc1.jpg
[generic] 14683 14683 100.0% -lh0- e8d4 Jun 6 2023 jhead-3.08/tests/expected-bin/iptc2.jpg
[generic] 10622 10622 100.0% -lh0- a557 Jun 6 2023 jhead-3.08/tests/expected-bin/iptc3.jpg
[generic] 18388 18388 100.0% -lh0- 45dd Jun 6 2023 jhead-3.08/tests/expected-bin/no-thumb-pointer.jpg
[generic] 5285 5285 100.0% -lh0- c04d Jun 6 2023 jhead-3.08/tests/expected-bin/olav.jpg
[generic] 10543 10543 100.0% -lh0- a244 Jun 6 2023 jhead-3.08/tests/expected-bin/rotate-thbad.jpg
[generic] 10543 10543 100.0% -lh0- a244 Jun 6 2023 jhead-3.08/tests/expected-bin/rotate.jpg
[generic] 4822 4822 100.0% -lh0- a886 Jun 6 2023 jhead-3.08/tests/expected-bin/thumb-deleted.jpg
[generic] 14812 14812 100.0% -lh0- d8d3 Jun 6 2023 jhead-3.08/tests/expected-bin/thumb-inserted.jpg
[generic] 15653 15653 100.0% -lh0- 271a Jun 6 2023 jhead-3.08/tests/expected-bin/thumb-replaced.jpg
[generic] 8640 8788 98.3% -lh5- 9c81 Jun 6 2023 jhead-3.08/tests/expected-bin/thumbnail-place-error.thm
[generic] 37652 37652 100.0% -lh0- 8c21 Jun 6 2023 jhead-3.08/tests/expected-bin/two-orientation.jpg
[generic] 34102 34102 100.0% -lh0- 89fe Jun 6 2023 jhead-3.08/tests/expected-bin/with_xmp.jpg
[generic] 1673 1673 100.0% -lh0- 1a90 Jun 6 2023 jhead-3.08/tests/expected-txt/3dmsc.jpg
[generic] 2080 2080 100.0% -lh0- 700c Jun 6 2023 jhead-3.08/tests/expected-txt/4m_dsc.jpg
[generic] 2608 2608 100.0% -lh0- d3ca Jun 6 2023 jhead-3.08/tests/expected-txt/35mmequiv-tag.jpg
[generic] 1781 1781 100.0% -lh0- bee0 Jun 6 2023 jhead-3.08/tests/expected-txt/bad-subdir-link.jpg
[generic] 3668 3668 100.0% -lh0- 69cf Jun 6 2023 jhead-3.08/tests/expected-txt/badyear.jpg
[generic] 4273 4273 100.0% -lh0- 3e64 Jun 6 2023 jhead-3.08/tests/expected-txt/canon-300d.jpg
[generic] 6137 6137 100.0% -lh0- 7385 Jun 6 2023 jhead-3.08/tests/expected-txt/canon-bigend.jpg
[generic] 378 1684 22.4% -lh5- 216b Jun 6 2023 jhead-3.08/tests/expected-txt/comments.txt
[generic] 768 2585 29.7% -lh5- 19a4 Jun 6 2023 jhead-3.08/tests/expected-txt/compact.txt
[generic] 322 322 100.0% -lh0- 4092 Jun 6 2023 jhead-3.08/tests/expected-txt/crashes-safari.jpg
[generic] 4106 4106 100.0% -lh0- 073b Jun 6 2023 jhead-3.08/tests/expected-txt/digital-rebel.jpg
[generic] 3625 3625 100.0% -lh0- 8ff0 Jun 6 2023 jhead-3.08/tests/expected-txt/digital-zoomed.jpg
[generic] 314 314 100.0% -lh0- adf3 Jun 6 2023 jhead-3.08/tests/expected-txt/don.jpg
[generic] 2387 2387 100.0% -lh0- 745f Jun 6 2023 jhead-3.08/tests/expected-txt/dx6340.jpg
[generic] 357 1247 28.6% -lh5- e0a9 Jun 6 2023 jhead-3.08/tests/expected-txt/exif-regen-txt
[generic] 2196 2196 100.0% -lh0- 4315 Jun 6 2023 jhead-3.08/tests/expected-txt/fuji-dx10.jpg
[generic] 3210 3210 100.0% -lh0- 610c Jun 6 2023 jhead-3.08/tests/expected-txt/gps-corrupted-dir.jpg
[generic] 3150 3150 100.0% -lh0- 678d Jun 6 2023 jhead-3.08/tests/expected-txt/gps-many-digits.jpg
[generic] 3561 3561 100.0% -lh0- ce22 Jun 6 2023 jhead-3.08/tests/expected-txt/gpsinfo.jpg
[generic] 2041 2041 100.0% -lh0- fc35 Jun 6 2023 jhead-3.08/tests/expected-txt/hp.jpg
[generic] 9363 9363 100.0% -lh0- 1ef8 Jun 6 2023 jhead-3.08/tests/expected-txt/iptc-sections.jpg
[generic] 558 1173 47.6% -lh5- ff7e Jun 6 2023 jhead-3.08/tests/expected-txt/iptc-txt
[generic] 11079 11079 100.0% -lh0- 55bd Jun 6 2023 jhead-3.08/tests/expected-txt/iptc-utf8.jpg
[generic] 2859 2859 100.0% -lh0- 5db6 Jun 6 2023 jhead-3.08/tests/expected-txt/iptc1.jpg
[generic] 2874 2874 100.0% -lh0- 6654 Jun 6 2023 jhead-3.08/tests/expected-txt/iptc2.jpg
[generic] 938 938 100.0% -lh0- 0c70 Jun 6 2023 jhead-3.08/tests/expected-txt/iptc3.jpg
[generic] 8955 8955 100.0% -lh0- 04a2 Jun 6 2023 jhead-3.08/tests/expected-txt/iptc_sigfunny.jpg
[generic] 2162 2162 100.0% -lh0- 9b38 Jun 6 2023 jhead-3.08/tests/expected-txt/minolta-dimage-e223.jpg
[generic] 1680 1680 100.0% -lh0- 8d6b Jun 6 2023 jhead-3.08/tests/expected-txt/narsaaq.jpg
[generic] 467 1441 32.4% -lh5- 9310 Jun 6 2023 jhead-3.08/tests/expected-txt/new-names.txt
[generic] 314 314 100.0% -lh0- 12e7 Jun 6 2023 jhead-3.08/tests/expected-txt/no-exif.jpg
[generic] 2173 2173 100.0% -lh0- e5ae Jun 6 2023 jhead-3.08/tests/expected-txt/no-thumb-pointer.jpg
[generic] 350 350 100.0% -lh0- 5b60 Jun 6 2023 jhead-3.08/tests/expected-txt/olav.jpg
[generic] 1969 1969 100.0% -lh0- d2d6 Jun 6 2023 jhead-3.08/tests/expected-txt/olympus.jpg
[generic] 2201 2201 100.0% -lh0- ceac Jun 6 2023 jhead-3.08/tests/expected-txt/pentax-optio-230.jpg
[generic] 5403 5403 100.0% -lh0- 58cc Jun 6 2023 jhead-3.08/tests/expected-txt/picasa.jpg
[generic] 3153 3153 100.0% -lh0- d895 Jun 6 2023 jhead-3.08/tests/expected-txt/powershot_g2.jpg
[generic] 3032 3032 100.0% -lh0- 5a8a Jun 6 2023 jhead-3.08/tests/expected-txt/rotate-thbad.jpg
[generic] 3032 3032 100.0% -lh0- 640e Jun 6 2023 jhead-3.08/tests/expected-txt/rotate.jpg
[generic] 1331 3714 35.8% -lh5- 3926 Jun 6 2023 jhead-3.08/tests/expected-txt/rotate.txt
[generic] 3005 3005 100.0% -lh0- f4f0 Jun 6 2023 jhead-3.08/tests/expected-txt/S40.jpg
[generic] 2475 2475 100.0% -lh0- 2bd4 Jun 6 2023 jhead-3.08/tests/expected-txt/S100.jpg
[generic] 2294 2294 100.0% -lh0- 1ba0 Jun 6 2023 jhead-3.08/tests/expected-txt/short_date.jpg
[generic] 2197 2197 100.0% -lh0- cbd3 Jun 6 2023 jhead-3.08/tests/expected-txt/sony.jpg
[generic] 1855 10828 17.1% -lh5- 0bbc Jun 6 2023 jhead-3.08/tests/expected-txt/thumb-operations-txt
[generic] 4328 4328 100.0% -lh0- a7b7 Jun 6 2023 jhead-3.08/tests/expected-txt/thumbnail-place-error.jpg
[generic] 586 2240 26.2% -lh5- 5ca9 Jun 6 2023 jhead-3.08/tests/expected-txt/time.txt
[generic] 0 0 100.0% -lh0- 0000 Jun 6 2023 jhead-3.08/tests/expected-txt/truncated.jpg
[generic] 270 270 100.0% -lh0- 705b Jun 6 2023 jhead-3.08/tests/expected-txt/truncated2.jpg
[generic] 2611 2611 100.0% -lh0- 8ff5 Jun 6 2023 jhead-3.08/tests/expected-txt/two-orientation.jpg
[generic] 1742 1742 100.0% -lh0- 8063 Jun 6 2023 jhead-3.08/tests/expected-txt/verizon.jpg
[generic] 824 824 100.0% -lh0- 3eb3 Jun 6 2023 jhead-3.08/tests/expected-txt/winxp-tags.jpg
[generic] 16708 16708 100.0% -lh0- 06f6 Jun 6 2023 jhead-3.08/tests/expected-txt/with_xmp.jpg
[generic] 4533 4533 100.0% -lh0- 5340 Jun 6 2023 jhead-3.08/tests/expected-txt/xp-mess.jpg
[generic] 2818 2818 100.0% -lh0- 293f Jun 6 2023 jhead-3.08/tests/expected-txt/xp-stuff2.jpg
[generic] 240 240 100.0% -lh0- febf Jun 6 2023 jhead-3.08/tests/fuzztest_past_fails/id_043.jpg
[generic] 1584 1584 100.0% -lh0- eafb Jun 6 2023 jhead-3.08/tests/fuzztest_past_fails/jhead_poc.jpg
[generic] 36032 36032 100.0% -lh0- 9243 Jun 6 2023 jhead-3.08/tests/fuzztest_past_fails/poc1.jpg
[generic] 328 328 100.0% -lh0- 5dfe Jun 6 2023 jhead-3.08/tests/fuzztest_past_fails/poc2.jpg
[generic] 8448 8448 100.0% -lh0- 9c14 Jun 6 2023 jhead-3.08/tests/fuzztest_past_fails/poc2a.jpg
[generic] 1752 1752 100.0% -lh0- 6caf Jun 6 2023 jhead-3.08/tests/fuzztest_past_fails/poc3.jpg
[generic] 7152 7152 100.0% -lh0- 1b08 Jun 6 2023 jhead-3.08/tests/fuzztest_past_fails/poc4.jpg
[generic] 2716 2716 100.0% -lh0- bd0c Jun 6 2023 jhead-3.08/tests/fuzztest_past_fails/poc5.jpg
[generic] 3872 3872 100.0% -lh0- f98d Jun 6 2023 jhead-3.08/tests/fuzztest_past_fails/poc12.jpg
[generic] 11839 11839 100.0% -lh0- 383a Jun 6 2023 jhead-3.08/tests/normal-digicams/3dmsc.jpg
[generic] 8306 8306 100.0% -lh0- 9212 Jun 6 2023 jhead-3.08/tests/normal-digicams/4m_dsc.jpg
[generic] 27205 27205 100.0% -lh0- f4fd Jun 6 2023 jhead-3.08/tests/normal-digicams/35mmequiv-tag.jpg
[generic] 16835 16835 100.0% -lh0- a97f Jun 6 2023 jhead-3.08/tests/normal-digicams/canon-300d.jpg
[generic] 29654 29654 100.0% -lh0- 2690 Jun 6 2023 jhead-3.08/tests/normal-digicams/canon-bigend.jpg
[generic] 12556 12556 100.0% -lh0- 848d Jun 6 2023 jhead-3.08/tests/normal-digicams/digital-rebel.jpg
[generic] 6944 6944 100.0% -lh0- fae0 Jun 6 2023 jhead-3.08/tests/normal-digicams/digital-zoomed.jpg
[generic] 5771 5771 100.0% -lh0- d3c4 Jun 6 2023 jhead-3.08/tests/normal-digicams/dx6340.jpg
[generic] 16108 16108 100.0% -lh0- 2363 Jun 6 2023 jhead-3.08/tests/normal-digicams/fuji-dx10.jpg
[generic] 27852 27852 100.0% -lh0- 7511 Jun 6 2023 jhead-3.08/tests/normal-digicams/gps-many-digits.jpg
[generic] 13546 13546 100.0% -lh0- 0983 Jun 6 2023 jhead-3.08/tests/normal-digicams/gpsinfo.jpg
[generic] 9441 9441 100.0% -lh0- b2e8 Jun 6 2023 jhead-3.08/tests/normal-digicams/hp.jpg
[generic] 16802 16802 100.0% -lh0- 93fb Jun 6 2023 jhead-3.08/tests/normal-digicams/minolta-dimage-e223.jpg
[generic] 9990 9990 100.0% -lh0- b685 Jun 6 2023 jhead-3.08/tests/normal-digicams/no-exif.jpg
[generic] 9711 9711 100.0% -lh0- 7ef9 Jun 6 2023 jhead-3.08/tests/normal-digicams/olympus.jpg
[generic] 10326 10326 100.0% -lh0- 634b Jun 6 2023 jhead-3.08/tests/normal-digicams/powershot_g2.jpg
[generic] 10555 10555 100.0% -lh0- 361f Jun 6 2023 jhead-3.08/tests/normal-digicams/rotate-thbad.jpg
[generic] 10248 10248 100.0% -lh0- cf90 Jun 6 2023 jhead-3.08/tests/normal-digicams/rotate.jpg
[generic] 11565 11565 100.0% -lh0- 406b Jun 6 2023 jhead-3.08/tests/normal-digicams/S40.jpg
[generic] 4595 4595 100.0% -lh0- 067d Jun 6 2023 jhead-3.08/tests/normal-digicams/S100.jpg
[generic] 9381 9381 100.0% -lh0- 519c Jun 6 2023 jhead-3.08/tests/normal-digicams/sony.jpg
[generic] 74 96 77.1% -lh5- 5a8e Jun 6 2023 jhead-3.08/tests/normal-digicams/testfile.txt
[generic] 29 29 100.0% -lh0- c1bd Jun 6 2023 jhead-3.08/tests/normal-digicams/testfile2.txt
[generic] 37824 37824 100.0% -lh0- 80c6 Jun 6 2023 jhead-3.08/tests/normal-digicams/two-orientation.jpg
[generic] 57 57 100.0% -lh0- b316 Jun 6 2023 jhead-3.08/tests/pretend-editor
[generic] 1557 7210 21.6% -lh5- f57f Jun 6 2023 jhead-3.08/tests/runtests
[generic] 19798 19798 100.0% -lh0- 1571 Jun 6 2023 jhead-3.08/tests/short_date.jpg
[generic] 15178 15178 100.0% -lh0- 72b5 Jun 6 2023 jhead-3.08/tests/strange-jpegs/bad-subdir-link.jpg
[generic] 19397 19397 100.0% -lh0- eaa1 Jun 6 2023 jhead-3.08/tests/strange-jpegs/badyear.jpg
[generic] 24117 24117 100.0% -lh0- b793 Jun 6 2023 jhead-3.08/tests/strange-jpegs/crashes-safari.jpg
[generic] 23816 23816 100.0% -lh0- e53e Jun 6 2023 jhead-3.08/tests/strange-jpegs/don.jpg
[generic] 46462 46462 100.0% -lh0- 8441 Jun 6 2023 jhead-3.08/tests/strange-jpegs/gps-corrupted-dir.jpg
[generic] 46399 46399 100.0% -lh0- 8078 Jun 6 2023 jhead-3.08/tests/strange-jpegs/iptc-sections.jpg
[generic] 54446 54446 100.0% -lh0- 9d9e Jun 6 2023 jhead-3.08/tests/strange-jpegs/iptc-utf8.jpg
[generic] 21267 21267 100.0% -lh0- 0911 Jun 6 2023 jhead-3.08/tests/strange-jpegs/iptc1.jpg
[generic] 21267 21267 100.0% -lh0- 91bb Jun 6 2023 jhead-3.08/tests/strange-jpegs/iptc2.jpg
[generic] 10622 10622 100.0% -lh0- a557 Jun 6 2023 jhead-3.08/tests/strange-jpegs/iptc3.jpg
[generic] 31944 31944 100.0% -lh0- 80b7 Jun 6 2023 jhead-3.08/tests/strange-jpegs/iptc_sigfunny.jpg
[generic] 66955 66955 100.0% -lh0- 86ea Jun 6 2023 jhead-3.08/tests/strange-jpegs/narsaaq.jpg
[generic] 18388 18388 100.0% -lh0- 45dd Jun 6 2023 jhead-3.08/tests/strange-jpegs/no-thumb-pointer.jpg
[generic] 11481 11481 100.0% -lh0- 6ab9 Jun 6 2023 jhead-3.08/tests/strange-jpegs/olav.jpg
[generic] 58164 58164 100.0% -lh0- 28e8 Jun 6 2023 jhead-3.08/tests/strange-jpegs/pentax-optio-230.jpg
[generic] 15488 15488 100.0% -lh0- 1c6d Jun 6 2023 jhead-3.08/tests/strange-jpegs/picasa.jpg
[generic] 19816 19816 100.0% -lh0- 0dfb Jun 6 2023 jhead-3.08/tests/strange-jpegs/short_date.jpg
[generic] 27310 27310 100.0% -lh0- 1f12 Jun 6 2023 jhead-3.08/tests/strange-jpegs/thumbnail-place-error.jpg
[generic] 20996 20996 100.0% -lh0- bea4 Jun 6 2023 jhead-3.08/tests/strange-jpegs/truncated.jpg
[generic] 329 329 100.0% -lh0- 6360 Jun 6 2023 jhead-3.08/tests/strange-jpegs/truncated2.jpg
[generic] 27632 27632 100.0% -lh0- 5958 Jun 6 2023 jhead-3.08/tests/strange-jpegs/verizon.jpg
[generic] 43442 43442 100.0% -lh0- b061 Jun 6 2023 jhead-3.08/tests/strange-jpegs/winxp-tags.jpg
[generic] 34120 34120 100.0% -lh0- 1146 Jun 6 2023 jhead-3.08/tests/strange-jpegs/with_xmp.jpg
[generic] 9116 9116 100.0% -lh0- 2fd8 Jun 6 2023 jhead-3.08/tests/strange-jpegs/xp-mess.jpg
[generic] 57942 57942 100.0% -lh0- 9483 Jun 6 2023 jhead-3.08/tests/strange-jpegs/xp-stuff2.jpg
[generic] 11839 11839 100.0% -lh0- 93ab Jun 6 2023 jhead-3.08/tests/time.jpg
[generic] 27614 27614 100.0% -lh0- eb14 Jun 6 2023 jhead-3.08/tests/verizon.jpg
[generic] 8927 24351 36.7% -lh5- 87e9 Jun 6 2023 jhead-3.08/usage.html
[generic] 48594 105328 46.1% -lh5- 823f Feb 20 22:08 jhead-3.08/jhead
[generic] 49458 94660 52.2% -lh5- 3a82 Feb 21 00:06 jhead-3.08/jhead.68k
---------- ----------- ------- ------- ------ ---------- ------------ -------------
Total 163 files 1748210 2064632 84.7% Feb 21 01:01
|
|
|
 |
| Page generated in 0.02 seconds |
Aminet © 1992-2026 Urban
Müller and
the Aminet team.
Aminet contact address: <aminet aminet net> |
| Try new and exciting server! |