Skip to main content
Commonmark migration
Source Link

#ImageMagick + sed, 71 bytes

ImageMagick + sed, 71 bytes

#ImageMagick + sed, 71 bytes

ImageMagick + sed, 71 bytes

added 163 characters in body
Source Link
Digital Trauma
  • 73.8k
  • 10
  • 117
  • 268

#ImageMagick + sed, 71 bytes

I don't see any other ImageMagick entries, so here's my late stake in the ground:

convert +antialias label:Hello-World! xpm:-|sed '8,+9y/ /#/;s/[^#]/ /g' 

I think the sed portion can probably be golfed some more.

Try it online.

Output:

 # # # # ## # # # # # # # # # # ## ## # # # # # # # # ### # # # # # # #### # # #### # # # # #### # # # ### # # ###### # # # # ## ## # # # # ## ## ## # ## ## # # # ###### # # # # ### # # # # # # # # # # # # # # # # # # ## ## # # # # # # # # # ## ## # # ## ## ## ## ## ## # # ## ## # # #### # # #### ## ## #### # # ### # # 

#ImageMagick + sed, 71 bytes

I don't see any other ImageMagick entries, so here's my late stake in the ground:

convert +antialias label:Hello-World! xpm:-|sed '8,+9y/ /#/;s/[^#]/ /g' 

I think the sed portion can probably be golfed some more.

Output:

 # # # # ## # # # # # # # # # # ## ## # # # # # # # # ### # # # # # # #### # # #### # # # # #### # # # ### # # ###### # # # # ## ## # # # # ## ## ## # ## ## # # # ###### # # # # ### # # # # # # # # # # # # # # # # # # ## ## # # # # # # # # # ## ## # # ## ## ## ## ## ## # # ## ## # # #### # # #### ## ## #### # # ### # # 

#ImageMagick + sed, 71 bytes

I don't see any other ImageMagick entries, so here's my late stake in the ground:

convert +antialias label:Hello-World! xpm:-|sed '8,+9y/ /#/;s/[^#]/ /g' 

I think the sed portion can probably be golfed some more.

Try it online.

Output:

 # # # # ## # # # # # # # # # # ## ## # # # # # # # # ### # # # # # # #### # # #### # # # # #### # # # ### # # ###### # # # # ## ## # # # # ## ## ## # ## ## # # # ###### # # # # ### # # # # # # # # # # # # # # # # # # ## ## # # # # # # # # # ## ## # # ## ## ## ## ## ## # # ## ## # # #### # # #### ## ## #### # # ### # # 
Source Link
Digital Trauma
  • 73.8k
  • 10
  • 117
  • 268

#ImageMagick + sed, 71 bytes

I don't see any other ImageMagick entries, so here's my late stake in the ground:

convert +antialias label:Hello-World! xpm:-|sed '8,+9y/ /#/;s/[^#]/ /g' 

I think the sed portion can probably be golfed some more.

Output:

 # # # # ## # # # # # # # # # # ## ## # # # # # # # # ### # # # # # # #### # # #### # # # # #### # # # ### # # ###### # # # # ## ## # # # # ## ## ## # ## ## # # # ###### # # # # ### # # # # # # # # # # # # # # # # # # ## ## # # # # # # # # # ## ## # # ## ## ## ## ## ## # # ## ## # # #### # # #### ## ## #### # # ### # #