User:Supermariofan67: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (Text replacement - "\[\[Princess Peach's Castle(\]|#|\|)" to "[[Peach's Castle$1")
mNo edit summary
Line 16: Line 16:
{{userbox|border=#DDDDFF|mainbkgd=#DDDDFF|codebkgd=#000080|codecolor#000000|code=[[File:music.gif]]|msg=This user's favorite music genre is trance.}}
{{userbox|border=#DDDDFF|mainbkgd=#DDDDFF|codebkgd=#000080|codecolor#000000|code=[[File:music.gif]]|msg=This user's favorite music genre is trance.}}
|}
|}
==A method to automatically optimize all PNGs in a folder==
This script requires zopflipng, pngout, and GNU Parallel. It will run pngout and zopflipng on all PNGs in the current directory and output the optimized images to the ./optimized directory (only if the resulting file is smaller). Zopfli uses the -m ("compress more: use more iterations") and --lossy_transparent ("remove colors behind alpha channel 0. No visual difference, removes hidden information.") options. It will compress multiple images in parallel, up to the number of CPU cores in your computer. You will also need to download pngout manually and place it in your PATH. Zopflipng and parallel can usually be installed with your package manager.<br>
<code><nowiki>
#!/bin/bash</nowiki><br><nowiki>
mkdir optimized</nowiki><br><nowiki>
parallel 'pngout '{}' './optimized/{}' ; zopflipng --lossy_transparent -m -y './optimized/{}' './optimized/{}'' ::: *.png</nowiki></code>


==Mario-related games {{PAGENAME}} plays==
==Mario-related games {{PAGENAME}} plays==

Revision as of 21:46, May 13, 2019

Navigation: (User pageTalk pageSandbox 1Sandbox 2File Maintenance Project PageStatusSignature)
Status: Slightly active. I have more free time now so I'll probably spend more time here. (Updated 00:02, June 8, 2021 (EDT))
Current project: Replacing and uploading Mario Kart Wii and New Super Mario Bros. Wii screenshots, doing various file maintenance (mostly for those two games).
Supermariofan67 across NIWA
ARMS Institute icon.png Bulbapedia icon.png Dragalia Lost Wiki icon.png Fire Emblem Wiki icon.png F-Zero Wiki icon.png Golden Sun Universe icon.png Hard Drop Tetris Wiki icon.png Icaruspedia icon.png Inkipedia icon.png Kingdom Hearts Wiki icon.png Kovopedia icon.png Lylat Wiki icon.png Metroid Wiki icon.png MiiWiki icon.png Mystery Dungeon Franchise Wiki icon.png NintendoWiki icon.png Nookipedia icon.png Pikipedia icon.png Pikmin Fanon icon.png Rhythm Heaven Wiki icon.png SmashWiki icon.png Starfy Wiki icon.png StrategyWiki icon.png Super Mario Wiki icon.png Ukikipedia icon.png Drawn to Life Wiki icon.png Wars Wiki icon.png WikiBound icon.png WiKirby icon.png Xeno Series Wiki icon.png Zelda Wiki icon.png

Template:Character-infobox Supermariofan67 is a User of the Super Mario Wiki. He has a Wii U and Switch and is a fan of the Super Mario series and Mario Kart series. He likes rewriting/expanding articles and adding/replacing images.

Supermariofan67's Userbox Tower
en-n
vg-3
prog-1
PNG
File:Penguin.png
Artwork of Baby Peach for Mario Kart Wii (also used in Mario Super Sluggers and Mario Kart Tour)
Artwork of Yoshi in Mario Party 10 (also used in Super Mario Party and Mario Kart Tour)
The Wii.
File:SmG.jpg
File:Mario Series Logo.PNG
Music.gif

A method to automatically optimize all PNGs in a folder

This script requires zopflipng, pngout, and GNU Parallel. It will run pngout and zopflipng on all PNGs in the current directory and output the optimized images to the ./optimized directory (only if the resulting file is smaller). Zopfli uses the -m ("compress more: use more iterations") and --lossy_transparent ("remove colors behind alpha channel 0. No visual difference, removes hidden information.") options. It will compress multiple images in parallel, up to the number of CPU cores in your computer. You will also need to download pngout manually and place it in your PATH. Zopflipng and parallel can usually be installed with your package manager.
#!/bin/bash
mkdir optimized
parallel 'pngout '{}' './optimized/{}' ; zopflipng --lossy_transparent -m -y './optimized/{}' './optimized/{}'' ::: *.png

Mario-related games Supermariofan67 plays

Super Mario series

Mario Kart series

Donkey Kong series

Other Mario-related games

Big projects he has completed