Thysbelon.Logo of a Hummingbird moth.

How to Convert from WebP or SVG to Formats like PNG and GIF

Online Converters:

WebpSvg2common. This is a webapp that I created on August 16th 2024. It supports WebP (both static and animated) and SVG. The rest of the post has been left for those interested, but my webapp WebpSvg2common is now my most recommended way to convert WebP and SVG to PNG and GIF.

The best adblocking extension is uBlock Origin. To install extensions on Android, use either Firefox or Kiwi Browser.

Offline Converters:

Just use ImageMagick. It's a command-line tool, but converting is easy.

The easiest way is to run this webp2common script in the same folder as the WebPs you want to convert (after installing imagemagick)

When installing ImageMagick on Windows, make sure you leave "add to system path" checked ✔. This allows you to use the program without needing to type the full file explorer path to ImageMagick every time (and it allows the webp2common script to function)

I will also tell you how to use ImageMagick on its own. On Windows, you can open a terminal by navigating to the folder your WebPs are stored in using File Explorer, then shift + right-click on an empty spot, then click "Open in PowerShell" or "Open in Command Prompt".

To convert a single image: magick input.webp output.png or convert input.webp output.png

To convert all webp images in the directory to png:
mogrify -format png *.webp

On Windows: magick mogrify -format png *.webp

Do note that animated WebPs converted to png will be output as many still png images, not an animated png. To convert animated webps to an animated image format, use apng or gif. Before converting to apng, check your version with magick -version, any below 7.1.10-20 will incorrectly speed up or slow down the output; the only workaround is to fiddle with the -delay option for each animated image. In order to batch convert many webp images to png for static images and gif for animated images, please use the webp2common script.

How to Convert SVGs

To convert all SVG images to png with transparent backgrounds:
mogrify -background none -format png *.svg (errors may appear even if the program works correctly). Remember that on Windows you need to add "magick" to the start of the command.

The quality of svg to png conversions can be improved by adding -density 400 to the command (after "mogrify"). Play around with the amount of density until you are happy with the result.

How to Use ImageMagick on Android

ImageMagick can be used on Android via Termux.

Miscellaneous Tips

Some Linux distributions only have ImageMagick-6 in their package repository. If you are using ImageMagick-6, svg conversions will have incorrect black strokes. This issue can be fixed by installing inkscape.

Kirby Star Allies Assignment: Game Mechanics

Kirby Star Allies follows the same formula established in Super Star and refined in the previous three Kirby games. In every game, Kirby starts out with only an inhale and slide move, but inhaling an enemy with an ability will give Kirby that Copy Ability. The Super Star formula has this defining trait: each Copy Ability has multiple attacks which can be activated with different combinations of the attack button, the jump button, and the d-pad/left joystick.

Kirby can make friends...

Kirby Star Allies Assignment: Narrative

Kirby is a platforming series that focuses on being simple and fun. Story often takes a back seat. Many of the games will have only a simple cutscene at the beginning showing how Kirby got into this mess, no story in the middle, then an exposition dump right before the final boss.

This pattern has its advantages and disadvantages; it allows the player to focus on the gameplay without interruption, and the exposition dump gets the player invested and makes the...

Kirby Super Star Ultra Everything Unlocked Save File

I had trouble finding a 100% save file for this game online, so I'm uploading mine!

Actually, my save file is only at 92% completion, but it should have most of the content unlocked. You can also use the Action Replay cheat code 1205C170 0000ffff to unlock all movies.
Update 1/9/2023: I used the wayback machine to recover Hillsy_'s completed save file. I used cheat codes to get the last few unlocks, and now I have a 100% completed save file for the US version of Kirby Super Star Ultra!

Are you wondering why I was looking for a 100% save file? If you look in the Kirby tag, you'll find out what I was working on...

Update 11/8/2022: Speedrun.com has a 100% save file for the Japanese version: Kirby Ultra Super Deluxe, under the "Resources" tab. This website also has a guide on how to import the save file into Desmume due to the file being in the uncommon .duc format. Here is the same save file converted into the universal .sav format.

Updated Orchid Theme for WiiFlow Lite (and Wii U Icons)

Screenshot of WiiFlow's home menu with the Orchid theme.

WiiFlow is an app that displays Wii and GameCube games in a pretty coverflow view. The app used to have a wide variety of themes to customize its appearance to your liking; but as WiiFlow gained new features that required new UI elements, the themes were not updated.

I put in a little bit of work to update the Orchid theme to support the latest version of WiiFlow. It's still very incomplete; most of the settings menu will not display correctly, but the main menu and frequently used settings are functional. I also changed the "USB" icon to a "Wii" icon. I hope you enjoy using it. The Orchid theme was created by Benjay, Jiiwah, and Roku93 on GBATemp. Refer to the WiiFlow Wiki for instructions on how to install themes.

I also have an Orchid themed Wii U Menu shortcut to WiiFlow. It requires a forwarder channel installed on the vWii to work.

Download and Instructions for Haxchi (Outdated CFW)

I also have images for a shortcut to Wiiflow on the Wii U menu.

On a Haxchi Wii U: install HBL2HBC and WiiU2HBC. You can replace WiiU2HBC's icon with my custom WiiFlow icons after installing. I recommend using Wii U Title Boot Editor. If Wii U Title Boot Editor does not work for you, use the files in the folder "tga-files" and transfer them to the shortcut's meta folder via ftp (be careful when doing this! View the Wii U's tga files to make sure you have the correct title).

Newer Posts Older Posts