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
Nintendo's expected Summer showcase is here, offering up plenty of new announcements and exciting reveals. Let's see what they have in store in the latest Nintendo...
After much speculation, a lot of which being caused by dbrand's unceremonious reveal of their Companion Cube casing, the Steam Machine is finally available to order...
What once seemed like a far off dream, and after many, many community restarts throughout the years, the elusive Mother 1 / EarthBound Beginnings Remake, which is a...
When you talk about 3DS emulation, most people would jump to Citra. As the defacto choice since its first release it's seen tremendous success, and even after its...
Since being decompiled Super Mario 64 has seen a considerable amount of interest. We've had multiple PC ports, but the efforts beyond that are really astounding. It's...
A whole hour of PlayStation content is on the way, thanks to the latest State of Play showcase. Headlining the stream will be Marvel's Wolverine, alongside a...
Following an investigation over misleading commercial practices, today Nintendo has been imposed a fine of 35 million euros related to the controller malfunctions...
Happy June 15th! Well, this one was close enough. Atmosphere has been updated to add support for the latest Nintendo Switch firmware, 22.5.0. This means all of you...
Remember when you could get an Xbox Series S for $300? Those were the days. Microsoft has today announced the latest in their console price hikes, seeing their...
After much speculation and rumour, the fabled Nintendo Direct is upon us. Set to go live tomorrow, the 9th of June, at 3pm in the UK, it'll feature 50 minutes of...
After much speculation, a lot of which being caused by dbrand's unceremonious reveal of their Companion Cube casing, the Steam Machine is finally available to order...
Sony made a shocking announcement today, revealing that the company plans to move away from physical game releases in the future. Citing claims of how the industry is...
Remember when you could get an Xbox Series S for $300? Those were the days. Microsoft has today announced the latest in their console price hikes, seeing their...
Nintendo's expected Summer showcase is here, offering up plenty of new announcements and exciting reveals. Let's see what they have in store in the latest Nintendo...
The delays may be behind us, but the news isn't all good for Grand Theft Auto VI. Rockstar have today announced that pre-orders for the game will go live tomorrow, on...
With rumours circulating about a Nintendo Direct in the coming days and weeks, fans are left speculating and hoping as to what might be included. At the centre of all...
After much speculation and rumour, the fabled Nintendo Direct is upon us. Set to go live tomorrow, the 9th of June, at 3pm in the UK, it'll feature 50 minutes of...
A whole hour of PlayStation content is on the way, thanks to the latest State of Play showcase. Headlining the stream will be Marvel's Wolverine, alongside a...
Following an investigation over misleading commercial practices, today Nintendo has been imposed a fine of 35 million euros related to the controller malfunctions...
When you talk about 3DS emulation, most people would jump to Citra. As the defacto choice since its first release it's seen tremendous success, and even after its...