https://bugzilla.wikimedia.org/show_bug.cgi?id=17959





--- Comment #2 from Brion Vibber <br...@wikimedia.org>  2009-03-16 21:06:22 UTC 
---
Looks like this package:
http://henning.makholm.net/xcftools/

Good news:
* xcftools package is included in Debian and Ubuntu -- would be easy to deploy
to image scaler boxes!

Bad news:
* Site's down and last release seems to be in 2006; unmaintained software? :(
* xcf2png does not appear to do scaling itself. The attached patch does
post-scaling with GD, which will fail when GD is not available; it also seems
to be rendering to stdout and buffering the whole thing into PHP-managed
memory, making it more likely to fail on large images.

If we can't skip the step on scaling, might be safer to output to a temporary
file and then scale that, potentially with ImageMagick or whatever the default
for rasters is.

I haven't done any testing yet to confirm compatibility on xcf2png.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to