Mark Minasi's Reader Forum
Mark Minasi's Reader Forum
Home | Profile | Register | Active Topics | Active Polls | Members | Search | FAQ | Minasi Forum RSS Feed
 All Forums
 HALP! Questions on Windows and Windows Server
 PowerShell
 Convert images to ASCI code with PowerShell

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Note: please do not cross-post.
Cross-postings will be deleted and ignored.
Thanks for helping to keep this forum junk-free!
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
JeffWouters Posted - 05/01/2012 : 3:37:17 PM
For all those people that used to spend hours and hours on converting a picture to ASCI code... here's te easy way with PowerShell:
http://ps1.soapyfrog.com/2007/01/07/convert-images-to-text-ascii-art/

Come on... this is just cool
2   L A T E S T    R E P L I E S    (Newest First)
JeffWouters Posted - 05/02/2012 : 11:39:14 AM
Darn it, didn't test the script... just came across the post and loved the whole idea :-D
Xenophane Posted - 05/02/2012 : 10:04:32 AM
The script does not seem to work out of the box...
It cannot find the system.drawing.dll..

Workaround could be to add, something like this.

$drawfile= Get-ChildItem -Path C:\windows\assembly -Filter *drawing.dll -Recurse
$dllpath=(Get-Command $($drawfile.Fullname)).definition

(and replace the existing line that starts with $dllpath

EDIT
Spelling

Mark Minasi's Reader Forum © 2002-2011 Mark Minasi Go To Top Of Page
This page was generated in 0.05 seconds. Snitz Forums 2000