Add to Technorati Favorites
Welcome to ThePowerShellGuy.com Sign in | Join | Help

Browse by Tags

All Tags » bitmap   (RSS)

PoSH Challenge Part 13

Again a level involving a bitmap, so if you follow this series code below should look kind a familiar by now See also : More fun with Bitmaps in Powershell ( PoSH Challenge part 10 ) # Level 14 [System.Reflection.Assembly]::LoadWithPartialName( " System.Drawing
Posted by MoW | 0 Comments

PoSH Challenge Part 11

For Level 12 more bitmaps but then mixed together and delivered as bytes :   # Level 12 $a = $b = $c = $d = $e = @() $ba = [System.IO.File]::ReadAllBytes( " C:\PowerShell\PoshChallenge\evil2.gfx " ) foreach ( $byte in $ba ) { $a += $byte
Posted by MoW | 0 Comments

More fun with Bitmaps in Powershell ( PoSH Challenge part 10 )

As I entered another level about bitmaps, I will reflect a bit more about the way of working with bitmaps in PowerShell instead of posting the solution only. ( if this info is to much of a spoiler for this level you cheated some levels anyway ;-) ) The
Posted by MoW | 3 Comments

PoSH Challenge part 8

And another update at the PoSH Challenge front, I'm arrived at Level 20 ,(had to cheat a bit at level 17 to arive there but more about that later ) so some more posts will follow ;-) I must say that the The Python Challenge . is really a great piece of

PoSH Challenge part 6

Level 7 is the first level in the the python challenge that involves working with bitmaps, before I give my answer to this level of the Python challenge I made a small PoSH version , * Reader Challenge * what text is hidden in the following picture ?
Posted by MoW | 2 Comments
Attachment(s): piano.PNG