CARVIEW |
Select Language
HTTP/2 200
date: Sat, 19 Jul 2025 15:14:31 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"d4dc981440f38e25fdccc21c2442a6a8"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=joB%2FYVWL%2BlApldnDsAsOpLiKaX7ZUVhFSx14GVrSlQb7u32Nr5bmwSXc60ZnIHwwDVHZTr%2B2axieWg51vxbX7b4XnMtb8W5zUYWQYciRWlo5R8PSX0bjJYeF8%2FYnxYT%2BJ7LgP4pPi45WKGMJOYqf5WigxGKGbaM0yWOonybAg2XA4UZOcdXQWlocV6ZGnG56AZ8MjxOv1iC061ef2WhIKEdMpW2vApXXm8pBsvQokicd5xHfuPWF1ubt3%2Bej%2FNca6W5CWR5helLkkfkiOnViBw%3D%3D--YcjMLCj5ZPjPzemW--qXxgyQfIbJtMs6o9CoO%2BiA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1172091688.1752938071; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 15:14:31 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 15:14:31 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: C498:249704:5F00AF:770B8F:687BB657
GitHub - libexif/exif: A small command-line utility to show EXIF information hidden in JPEG files
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 23
A small command-line utility to show EXIF information hidden in JPEG files
License
libexif/exif
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
EXIF ---- 'exif' is a small command-line utility to show EXIF information hidden in JPEG files. I wrote it to demonstrate the power of libexif. It depends on * libexif (https://libexif.github.io/) * popt Have fun! Lutz <lutz@users.sourceforge.net> BUILDING -------- Assuming libexif and popt are installed, building exif from the source tar ball should be a simple matter of: ./configure make sudo make install If your libexif is installed in a non-standard location, you must point configure at the location of its libexif.pc file using the pkg-config path, like this: ./configure PKG_CONFIG_PATH=/usr/local/lib/pkgconfig When building from git, run this before configuring: autoreconf -i INTERNATIONALIZATION -------------------- All translations for exif (except en_CA) are coordinated by the Translation Project at https://translationproject.org/. This means that ALL changes to the .po files (except that exception) MUST be made through the TP web site, or they will be eventually overwritten and lost. If you are interested in translating exif into a new language, simply join TP and start! A translation disclaimer is NOT required for exif; by making a translation, you agree implicitly to provide it under the same license terms as the rest of exif (GPL). When a new version of exif is available for translation, an exif maintainer will contact the Translation Project and all interested TP members will be automatically notified.
About
A small command-line utility to show EXIF information hidden in JPEG files
Resources
License
Security policy
Stars
Watchers
Forks
Packages 0
No packages published
You can’t perform that action at this time.