Author: sparky
Date: Sun Nov 1 02:58:42 2009
New Revision: 10916
Added:
toys/rsget.pl/data/mu_font_db.gif (contents, props changed)
Removed:
toys/rsget.pl/data/mu_font_db.png
Modified:
toys/rsget.pl/Get/MegaUpload
Log:
- use a gif for font database
Modified: toys/rsget.pl/Get/MegaUpload
==============================================================================
--- toys/rsget.pl/Get/MegaUpload (original)
+++ toys/rsget.pl/Get/MegaUpload Sun Nov 1 02:58:42 2009
@@ -17,9 +17,9 @@
pre:
my @captcha_solver;
- my $mu_font_db = data_file( "mu_font_db.png" );
+ my $mu_font_db = data_file( "mu_font_db.gif" );
eval {
- die "Font DB 'mu_font_db.png' does not exist\n" unless
$mu_font_db;
+ die "Font DB 'mu_font_db.gif' does not exist\n" unless
$mu_font_db;
require Image::Magick;
my $dbf = new Image::Magick;
Added: toys/rsget.pl/data/mu_font_db.gif
==============================================================================
Binary file. No diff available.
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit