You are not logged in.
Pages: 1
I was trying to install the jpegexiforient package which allows me to save image rotations in feh when used with --edit. But it seems the package has been removed.
Was this done intentionally or will it be back soon? If not what alternative should I opt for?
Last edited by human7314 (2025-10-05 13:29:43)
Offline
It looks like it was an orphan package removed 5 years ago.
Not sure how long (if any) it was in the AUR before it was dropped there as well. Sometimes these utilities get absorbed in other projects. For example, Debian packages it in `libjpeg-progs`, maybe it got moved to a different package on Arch. Worse case, maybe you can create a PKGBUILD from the Debian package.
Offline
I don’t know, if it’s going to be useful with feh, but there are some relevant utilities in the repos.
Modifying Exif Orientation tag
I assume this is how jpegexiforient worked.
exiftool from package perl-image-exiftool,
Lossless transformation of DCT blocks
jpegtran from package libjpeg-turbo, with `-rotate`option. You almost certainly want `-copy all` to preserve all optional chunks: otherwise they’re being discarded. The thumbnail is not regenerated, Exif Orientation tag remains untouched.
Paperclips in avatars?
NIST on password policies (PDF) — see §3.1.1.2
Sometimes I seem a bit harsh — don’t get offended too easily!
Offline
Pages: 1