use Image::Magick;$i=new Image::Magick;$i->Set(size,'480x343');$i->Rea
+dImage(
"xc:$c[7]"); @c=('elprup', 'eulbkrad', 'eulbrewolfnroc', 'neergaes','w
+olley',
'egnaro', 'der', 'etihw');for(0..6){$i->Draw(stroke,x($c[$_]),fill,x($
+c[$_]),
primitive,rectangle,points,sprintf "%d,%d %d,%d", 0,$_*49, 480,($_+1)*
+49)}use
WWW::Babelfish; $s=x('hsilgnE');$t=x('ecaep');$b=WWW::Babelfish->new;f
+oreach(
keys(%{$b->languagepairs->{$s}})){$j=$i->Clone;$j->Annotate( stroke,x(
+$c[7]),
fill,x($c[7]),gravity,center,text,uc($b->translate(source,$s, destinat
+ion,$_,
text,$t)), pointsize,80); $j->Display} sub x{join('',reverse(split//,s
+hift))}
Dear Monks, this is my first obfu and is based on the code of teamster_jr for Image::Magick obfu; I used an image found on dada's Perl lab as model for the output. The code was tested only on Linux. Press Q to see next image.
In reply to JAPF
by valdez
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.