shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

245
active users

#iptc

0 posts0 participants0 posts today
Bagolina<p><span class="h-card" translate="no"><a href="https://mamot.fr/@Pyb" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>Pyb</span></a></span> okkkk ! cest pas faux, le <a href="https://sciences.social/tags/CCSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CCSD</span></a> doit s'améliorer mais <a href="https://sciences.social/tags/Medihal" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Medihal</span></a> propose quand même une URL stable, une description en <a href="https://sciences.social/tags/XMP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>XMP</span></a> et <a href="https://sciences.social/tags/IPTC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>IPTC</span></a> un affichage et récupération des fichiers en <a href="https://sciences.social/tags/TIFF" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TIFF</span></a> et si qq'un veut les afficher en <a href="https://sciences.social/tags/IIIF" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>IIIF</span></a> les exports sont simples, nous avons même un chercheur retraité qui documente ses images en ligne... bref, à la <a href="https://sciences.social/tags/MMSH" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MMSH</span></a> on préfère cette solution plutôt que le bazar de <a href="https://sciences.social/tags/Nakala" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Nakala</span></a> ou les sites locaux voués à la <a href="https://sciences.social/tags/disparition" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>disparition</span></a></p>
Nick Murison<p>I'm currently trying to rid myself of <a href="https://infosec.exchange/tags/Lightroom" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Lightroom</span></a> and <a href="https://infosec.exchange/tags/AdobePortfolio" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AdobePortfolio</span></a> and move to <a href="https://infosec.exchange/tags/darktable" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>darktable</span></a> and <a href="https://infosec.exchange/tags/hugo" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hugo</span></a> instead. </p><p>One issue I've stumbled on is that I've historically used the image <code>Title</code> instead of the image <code>Description</code>, but both LR and DT have tended to write the image <code>Title</code> to the <a href="https://infosec.exchange/tags/IPTC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>IPTC</span></a> or <a href="https://infosec.exchange/tags/XMP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>XMP</span></a> metadata categories, not to <a href="https://infosec.exchange/tags/EXIF" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>EXIF</span></a>. As of right now <a href="https://infosec.exchange/tags/hugo" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hugo</span></a> only seems to read <a href="https://infosec.exchange/tags/EXIF" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>EXIF</span></a> tags, so my photo titles aren't showing up when a <a href="https://infosec.exchange/tags/hugo" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hugo</span></a> theme tries to display captions. </p><p>Going through 100s of photos and copying the <code>Title</code> to the <code>Description</code> would be a royal pain. But luckily <a href="https://infosec.exchange/tags/exiftool" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>exiftool</span></a> comes to the rescue. For an entire directory of JPEG files I can simply run:</p><p>exiftool -tagsFromFile @ -'ImageDescription&lt;Title' *.jpg </p><p>This copies the content of the <code>Title</code> tag into the <a href="https://infosec.exchange/tags/EXIF" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>EXIF</span></a> <code>ImageDescription</code> tag. And now the captions show up :)</p>