SKGleba / enso_ex

Untethered jailbreak and CFW loader for PlayStation Vita/TV units on firmware 3.65

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I create rgba RAW images for boot_splash.img?

humbird0 opened this issue · comments

I tried using ImageMagick like you suggested, and I used this command:
stream -map rgba -depth 8 "in_pic.png" "out_pic.img"
But a hex-dump shows that the output is just a solid black image with full opacity. How do you convert your images?

convert image.png image.rgba