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

--- Comment #4 from Michael Billington <[email protected]> ---
Created attachment 11944
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=11944&action=edit
Alternate wikihiero images with (more or less) transparent backgrounds

Script to remove white background from behind hieroglyphs:

#!/bin/bash
for f in img/*
do
    echo "Editing $f .. "
    convert $f -background none -fuzz 10% -transparent white -flatten $f
done

-Michael Billington

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to