Olivier Paroz
Olivier Paroz
Full images are only available via download in order to not use too much bandwidth. It would be great if you could submit a pull request adding an option to...
Seems easy enough to implement. 1. Define all the headers to add 2. Add headers using https://github.com/owncloud/core/blob/master/lib/public/AppFramework/Http/Response.php#L172 3. Test
_From @Matthias84 on May 20, 2016 17:40_ I'm not familar with the OC architecture, so it might be wise to add it upstream, so all apps with share functionality will...
I think it's best if apps implement it for the type of content they're displaying. Very few apps have a public side. It will take a long time for Files...
_From @jospoortvliet on June 23, 2015 11:50_ aw this is really cool ;-)
Except that almost nobody has collections in that format :D . It also remains to be seen how much time the processing takes when you have photowalls with 50 BPG...
Let's see what the GD team has to say about it :) https://github.com/libgd/libgd/issues/168
_From @vi on June 23, 2015 14:40_ Can it use the [JavaScript version](http://bellard.org/bpg/bpgdec.js) as a fallback when libbpg is not available?
I suppose you're talking about using it for thumbnails in core, but unfortunately, it wouldn't work. The javascript converts BPG files to an HTML5 canvas object. What we need is...
_From @vi on June 23, 2015 15:30_ I don't want ownCloud to convert pictures, I just want to save storage and traffic by using BPGs which I provide. Typically middle/low-quality...