I have created an nyx custom icon by combining two other icons I found in this forum. I have created this one: attached as icon_sysmmc_cfw.bmp
However, it shows just an empty icon: attached as switch_screen.jpg
The icon on the right should be a combination of the two icons on the left.
I created this icon with gimp as RGBA, it has 192x192 px and has the same file size as the working icons (144,1 KiB).
Any ideas, what I did wrong? Or how can I create this Icon correctly?
However, I am not sure, if really saved is as rgba. How can I do this with gimp? I exported it like in the screenshot attached here. Was it correct or should I use another option?
hey sorry to hijack the post but im trying to customize icons that changes to the theme color according to nyx setting as well but im facing issue as only partial object react to the color change and the remaining object is not appearing. I hope someone who had done it before can kindly guide me.
I created a new image using the Krita photo editor with 190 x 190 pixel, mode RGB(Alpha), 300 resolution and depth 32 bit float channel. I make the background opaque(white or black background) and then using 3D Paint, i ripped the 3 desired objects (the nintendo console, the CFW wording and the SYS CFW wording) from another image.bmp and pasted them onto the new image as a new layer then save it as a .bmp. I apply a nyx theme color but out of the 3 objects, only one of them appear and react to the nyx color theme but the other 2 objects was missing.
I hope someone can tell me was i missing something? I also tried ripping the 3 object as 1 image using 3D Paint and also seperate ripped the 3 objects then paste them under 1 active layer but that wouldnt work as well
hey sorry to hijack the post but im trying to customize icons that changes to the theme color according to nyx setting as well but im facing issue as only partial object react to the color change and the remaining object is not appearing. I hope someone who had done it before can kindly guide me.
I created a new image using the Krita photo editor with 190 x 190 pixel, mode RGB(Alpha), 300 resolution and depth 32 bit float channel. I make the background opaque(white or black background) and then using 3D Paint, i ripped the 3 desired objects (the nintendo console, the CFW wording and the SYS CFW wording) from another image.bmp and pasted them onto the new image as a new layer then save it as a .bmp. I apply a nyx theme color but out of the 3 objects, only one of them appear and react to the nyx color theme but the other 2 objects was missing.
I hope someone can tell me was i missing something? I also tried ripping the 3 object as 1 image using 3D Paint and also seperate ripped the 3 objects then paste them under 1 active layer but that wouldnt work as well
The problem I did face was than the NYX's hue color is drawn on the white color of a white "alpha" channel background od a bmp 32bpp file. So almost no image editor handle the format correctly.
Please do not forget the filename should end on "_hue.bmp" in order to NYX recolor the image
Post automatically merged:
Sorry if I didn't make myself clear, this is a working BMP in "image" a picture editor showing the transparency:
And when your remove the display of transparency:
So your image editor should be able to handle white alpha channel and be able to save a BMP with that format normally they trend to save the alpha as black background.
on the attached file there are some *.ai (Adobe Illustrator) templates. but I never was able to use Adobe Illustrator to get the correct format, so I did use python PILLOW to convert a PNG to BMP, I lost the code but should be fairly easy.
Post automatically merged:
I found the code:
Python:
# convert a .png image file to a .bmp image file using PIL
import argparse
from PIL import Image
parser = argparse.ArgumentParser()
parser.add_argument('-i' , '--input' , dest='img_in' , metavar='IMAGE' , help="image name to read" , default='HekateIcon.png')
parser.add_argument('-o' , '--output', dest='img_out' , metavar='IMAGE' , help="image name to save" , default='HekateIcon.bmp')
args = parser.parse_args()
im = Image.open(args.img_in).convert("RGBA")
img = Image.open(args.img_in)
img.save(args.img_out)
So I edited the image on Adobe Illustrator exported as PNG, then using the code converted the PNG to bmp, yes a long path but I can not find a image editor program handling «White Alpha Channel»
Post automatically merged:
I just made the test, and even if the «Alpha background» is black the most recent version of NYX put the correct hue color:
by example, the attached file «sys_cfw_boot_hue.bmp» is shown on Hekate 6.2.1:
The problem I did face was than the NYX's hue color is drawn on the white color of a white "alpha" channel background od a bmp 32bpp file. So almost no image editor handle the format correctly.
So your image editor should be able to handle white alpha channel and be able to save a BMP with that format normally they trend to save the alpha as black background.
on the attached file there are some *.ai (Adobe Illustrator) templates. but I never was able to use Adobe Illustrator to get the correct format, so I did use python PILLOW to convert a PNG to BMP, I lost the code but should be fairly easy.
Post automatically merged:
I found the code:
Python:
# convert a .png image file to a .bmp image file using PIL
import argparse
from PIL import Image
parser = argparse.ArgumentParser()
parser.add_argument('-i' , '--input' , dest='img_in' , metavar='IMAGE' , help="image name to read" , default='HekateIcon.png')
parser.add_argument('-o' , '--output', dest='img_out' , metavar='IMAGE' , help="image name to save" , default='HekateIcon.bmp')
args = parser.parse_args()
im = Image.open(args.img_in).convert("RGBA")
img = Image.open(args.img_in)
img.save(args.img_out)
So I edited the image on Adobe Illustrator exported as PNG, then using the code converted the PNG to bmp, yes a long path but I can not find a image editor program handling «White Alpha Channel»
Post automatically merged:
I just made the test, and even if the «Alpha background» is black the most recent version of NYX put the correct hue color:
by example, the attached file «sys_cfw_boot_hue.bmp» is shown on Hekate 6.2.1:
bud thanks a big bunch for the writeup !! and also the .bmp file you sent me was what i literally beem trying to make without any success for the past few frustrating days.
I would like to restart all over and align with your explaination so i know what i've been lacking, im still confuse over some parts that you said and i hope i get that unlock with your help further through PM
bud thanks a big bunch for the writeup !! and also the .bmp file you sent me was what i literally beem trying to make without any success for the past few frustrating days.
I would like to restart all over and align with your explaination so i know what i've been lacking, im still confuse over some parts that you said and i hope i get that unlock with your help further through PM
It's a good time to be a first generation Pokemon fan. But when was it not a good time to be one? In recent weeks we've seen a native LOVE2D recreation of Pokemon Red...
Images for the rumoured Zelda-themed limited edition Switch 2 for The Legend of Zelda's 40th Anniversary have started to leak online.
The leak shows only the...
Hoenn to the ROM hacking scene is like Kanto to the official games. It's everywhere. At this point you've probably played through Pokemon Emerald with a party of...
After being announced last year, the fan-made remake Gamma Emerald has finally gotten its first early access release. A complete rebuild of fan-favourite Pokemon...
With the latest entry to the Fire Emblem series, Fortune's Weave, set to launch in September, Nintendo have today announced a new Nintendo Direct to put it soundly in...
Though we knew all the way back in May that this was coming, the exact numbers remained a mystery for prospective Nintendo gamers in the UK. If you happen to have...
It’s about that time of year again where I check in with the community to see if we can get the front page aligned with what people are interested in knowing and what...
Harbour Masters were cutting it close with this one, promising a release of their Banjo Kazooie PC port "Lighthouse" by the end of this month. And they did not...
So I got pretty lucky on this one. Having ordered the physical version of Oblivion Remastered on Switch 2, I had it delivered earlier today, beating out the official...
Over the past week, rumors have started swirling as Redditors (probably correctly) deduced the title of the upcoming Elder Scrolls game, which will apparently be...
It’s about that time of year again where I check in with the community to see if we can get the front page aligned with what people are interested in knowing and what...
Though we knew all the way back in May that this was coming, the exact numbers remained a mystery for prospective Nintendo gamers in the UK. If you happen to have...
Images for the rumoured Zelda-themed limited edition Switch 2 for The Legend of Zelda's 40th Anniversary have started to leak online.
The leak shows only the...
The long awaited Grand Theft Auto VI Extended Look gameplay trailer has finally dropped on YouTube. As you all know, it had dropped 6 hours earlier on Netflix, and...
After being announced last year, the fan-made remake Gamma Emerald has finally gotten its first early access release. A complete rebuild of fan-favourite Pokemon...
In the wake of Sony's shift to a digital-only ecosystem within the next year, Xbox have today announced a surprising scheme. Aiming to offer physical buyers the same...
GBAtemp is and always has been an independent community. Since 2002 our staff have voluntarily kept the site running, added new forums, features, provided constant...
Thanks to the recent decomplication efforts; The Minish Cap 3DS brings the Game Boy Advance classic Zelda title to your 3DS.
The port takes full advantage of the 3DS...
With the latest entry to the Fire Emblem series, Fortune's Weave, set to launch in September, Nintendo have today announced a new Nintendo Direct to put it soundly in...
Over the past week, rumors have started swirling as Redditors (probably correctly) deduced the title of the upcoming Elder Scrolls game, which will apparently be...