pixelfed / ideas

Issues board used for Pixelfed suggestions
8 stars 1 forks source link

Import metadata from EXIF #3

Open pierre-guillot opened 6 years ago

pierre-guillot commented 6 years ago

I'll love to have exif details about my picture each time I upload a new one one pixelfed. Details about used camera, aperture, speed etc. Of course, picture needs exif on it, and this functionality must be enabled on account option for work (privacy reason).

carbontwelve commented 5 years ago

I'd also like to see the option of having pixelfed strip EXIF meta from uploaded images, for the purpose of improving privacy e.g removing geolocation (or have the ability to anonymise it in a 50mi radius)

7usr7local commented 5 years ago

@carbontwelve

I'd also like to see the option of having pixelfed strip EXIF meta from uploaded images, for the purpose of improving privacy e.g removing geolocation (or have the ability to anonymise it in a 50mi radius)

To my experience, this is the current default - isn't it?

carbontwelve commented 5 years ago

@peterjw

To my experience, this is the current default - isn't it?

You're probably right.

maznu commented 5 years ago

There's a huge debate raging between photographers and publishers at the moment. Within the last couple of weeks Google, Facebook, and other "platforms" have stopped stripping all EXIF and IPTC tags from images. Various news publications (whose tech teams run everything through imagemagick/other pipelines and strip everything) have also become involved. The problem they're all addressing is, ultimately, the loss of revenue due to image (copyright) theft. It's too easy for someone to find a photo in an image search and assume they "can just use it" (this is a big education problem, for sure). To help educate users, for example, Google Image Search is now starting to display copyright/ownership metadata in its results as a sort of tooltip.

Another thing that has happened in the last few days is Flickr's change in business model. I suspect there will be a lot of photographers looking for a new home, and maybe this could be the fediverse. Pixelfed takes a lot of inspiration from Instagram's user experience… but maybe there will be "prosumer" instances which riff off some of the features that Flickr offers?

Rather than stripping all tags and metadata — which is laudable from a privacy perspective, protecting users from inadvertent disclosures having uploaded GPS-tagged photos taken within/around their home — I propose:

Wouldn't it be amazing if I could just upload my photos straight out of e.g. Lightroom, and Pixelfed prepopulated the image post using the captions, copyright, and other metadata available to it?

toastal commented 5 years ago

I'd like to reiterate @maznu as a person looking at alternatives to Flickr...

Stripping EXIF data should be optional for privacy and file size (and longer-term configurable), but since this is a photo platform, photography geek stats are must if you intend to attract loyal users and be more competitive outside of "it's the fediverse". Because my attribution, Creative Commons licenses, and color profiles are being stripped, PixelFed is a no-go for me.

dansup commented 5 years ago

This will be possible with the new compose UI after some more commits are pushed!

carbontwelve commented 5 years ago

@maznu

Wouldn't it be amazing if I could just upload my photos straight out of e.g. Lightroom, and Pixelfed prepopulated the image post using the captions, copyright, and other metadata available to it?

Yes, for sure 👍when I mentioned about stripping EXIF tags I meant those relating to privacy such as GPS - or at the very least anonymising the location within a 100mi radius of the origin.

trwnh commented 5 years ago

Would also be nice to see filtering by the preserved metadata? Something like a "Shot with [camera]" search would be cool.

maznu commented 5 years ago

Looks like the media.metadata field has got some good stuff in.

But I'm still concerned about the stripping of all the caption, copyright, and other metadata from the JPEGs that are created and served to the end-user. As per my earlier comment, retaining this information is crucial for third parties (especially search engines and copyright thieving tabloid newspapers) to know the usage rights of an image file.