Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uploaded images lose quality #90

Open
richardbatty opened this issue Sep 26, 2016 · 2 comments
Open

Uploaded images lose quality #90

richardbatty opened this issue Sep 26, 2016 · 2 comments

Comments

@richardbatty
Copy link

If you drag and drop an image onto the factory to upload it, there is a noticeable loss of quality, especially when you double click on the image to see it in the viewer.

@paul90
Copy link
Member

paul90 commented Sep 28, 2016

The drag and drop does some fairly aggressive image compression/resizing. This is in part so that the image can be embedded within the page, so that it moves with the page when it is forked and does not make the page too big.

The current code comes from fedwiki/wiki-client#117

An alternative mechanism for introducing images into the wiki uses the transporter mechanism, see Image Transporter. The server code behind this is here.

More recently there is an ongoing discussion about creation of a 'Federated Wiki Commons', fedwiki/wiki-client#173 adds some initial support using IPFS for storing better resolution version of an image.

@almereyda
Copy link

There is a proof of concept for publishing images and their metadata on IPFS with using the IIIF specification, including real-time collaboration, documented in ipfs/notes#40 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants