File talk:PhoGrassCompe-Back.jpg

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
(Format and method of capture: incidentally, i usually enjoy that game.)
(Format and method of capture: re)
Line 5: Line 5:
:::I got [http://www.swftools.org swftools], which is part of the ubuntu repos. {{User:ColdReactive/sig}} 20:34, 11 August 2009 (UTC)
:::I got [http://www.swftools.org swftools], which is part of the ubuntu repos. {{User:ColdReactive/sig}} 20:34, 11 August 2009 (UTC)
::::I'm not in the mood to play 20 questions. Please be complete in your description of what you did rather than giving me one step at a time so we can figure out why it's so pixellated and how to fix it. {{User:DeFender1031/sig}} 20:36, 11 August 2009 (UTC)
::::I'm not in the mood to play 20 questions. Please be complete in your description of what you did rather than giving me one step at a time so we can figure out why it's so pixellated and how to fix it. {{User:DeFender1031/sig}} 20:36, 11 August 2009 (UTC)
 +
 +
:::::* I installed swftools:
 +
:::::<pre>sudo apt-get install swftools</pre>
 +
:::::* I then downloaded the sbemail_compe.swf manually using firefox.
 +
:::::* I used swfextract to find out what's in the file:
 +
:::::<pre>swfextract sbemail_compe.swf -j</pre>
 +
:::::Objects in file sbemail_compe.swf:
 +
:::::[-i] 14 Shapes: ID(s) 4, 12, 28, 29, 32, 34, 36, 37, 40, 42, 45, 47, 56, 59
 +
:::::[-i] 14 MovieClips: ID(s) 5, 7, 24, 26, 27, 31, 60-62, 41, 49, 50, 52, 53
 +
:::::[-j] 1 JPEG: ID(s) 35
 +
:::::[-f] 1 Frame: ID(s) 0
 +
:::::* Then, I extracted THE ONLY IMAGE THAT'S IN THE FILE (according to above IDs.)
 +
:::::<pre>swfextract sbemail_compe.swf -j 35</pre>
 +
:::::* Profit

Revision as of 20:44, 11 August 2009

Format and method of capture

This should be less pixellated, and a .png. — Defender1031*Talk 20:28, 11 August 2009 (UTC)

Raw output file found here. ColdReactive 20:30, 11 August 2009 (UTC)
How did you extract this? — Defender1031*Talk 20:32, 11 August 2009 (UTC)
I got swftools, which is part of the ubuntu repos. ColdReactive 20:34, 11 August 2009 (UTC)
I'm not in the mood to play 20 questions. Please be complete in your description of what you did rather than giving me one step at a time so we can figure out why it's so pixellated and how to fix it. — Defender1031*Talk 20:36, 11 August 2009 (UTC)
  • I installed swftools:
sudo apt-get install swftools
  • I then downloaded the sbemail_compe.swf manually using firefox.
  • I used swfextract to find out what's in the file:
swfextract sbemail_compe.swf -j
Objects in file sbemail_compe.swf:
[-i] 14 Shapes: ID(s) 4, 12, 28, 29, 32, 34, 36, 37, 40, 42, 45, 47, 56, 59
[-i] 14 MovieClips: ID(s) 5, 7, 24, 26, 27, 31, 60-62, 41, 49, 50, 52, 53
[-j] 1 JPEG: ID(s) 35
[-f] 1 Frame: ID(s) 0
  • Then, I extracted THE ONLY IMAGE THAT'S IN THE FILE (according to above IDs.)
swfextract sbemail_compe.swf -j 35
  • Profit
Personal tools