To create the frames for an imagefont.bin animation, we need to make all images in the sequence share the same palette.I don't understand what do you want to do ?
Done: https://www.sendspace.com/file/0v88obHere are 6 that I have handy. I am not great at making these, gfx is not one of my strong points at all. Some of these are just the same image mirrored fort the 2nd frame.
But anyway they will do for practicing and they would be an upgrade. See what you think yourself. The timing might need to be adjusted on some of them.
If this works i will try make the rest.
C:\>pngquant.exe --map mapfile.png "U+F46E_frame001.png" "U+F46E_frame002.png" "U+F46E_frame003.png" "U+F46E_frame004.png" "U+F46E_frame005.png" "U+F46E_frame006.png" "U+F46E_frame007.png"
C:\>pngquant.exe --map mapfile.png "U+F405_frame001_RGB.png" "U+F405_frame002_RGB.png" "U+F405_frame003_RGB.png" "U+F405_frame004_RGB.png"
C:\>pngquant.exe --map "U+F470_frame004_RGB.png" "U+F470_frame001_RGB.png" "U+F470_frame002_RGB.png" "U+F470_frame003_RGB.png" "U+F470_frame004_RGB.png" "U+F470_frame005_RGB.png" "U+F470_frame006_RGB.png" "U+F470_frame007_RGB.png" "U+F470_frame008_RGB.png"
C:\>pngquant.exe --map "U+F476_frame001_RGB.png" "U+F476_frame001_RGB.png" "U+F476_frame002_RGB.png"
C:\>pngquant.exe --map "U+F477_frame001_RGB.png" "U+F477_frame001_RGB.png" "U+F477_frame002_RGB.png"
C:\>pngquant.exe --map "U+F634_frame001_RGB.png" "U+F634_frame001_RGB.png" "U+F634_frame002_RGB.png" "U+F634_frame003_RGB.png" "U+F634_frame004_RGB.png"
NICE!Done: https://www.sendspace.com/file/0v88ob
I hope everything is fine, the files inside the folders named "temporal stuff" are not really needed, are just intermediate files i had to generate because i needed them or because i was checking things... in one of them you can see the palettes (.pal) extracted from the final images with irfanview
The "broken heart" seems to have some garbage pixels at the borders... thats the kind of problem generated by photoshop when the original image is indexed and you convert it to RGBYeah, I had to adjust the timings a little. But looking good now.
Here are another 3 upgrades, not great, but that's all I have time to do tonight.
That is a good idea, we should do it.Just had an idea, is a bit pointless but i think it would work pretty fine, remember we was talking about how to create a timer modifying .rco files ?, well, with imagefont.bin icons it can be made, and a lot better
The idea is... a clock to meassure time in format HH:MM:SS needs 6 digits, and every digit needs 10 values (numbers from 0 up to 9)... so we can create 6 animated icons with the same 10 frames (but different timings)
Counting digits from right to left:
The digit most at right should change every 1 second
Second digit most at right should change every 10 seconds
Third digit most at right (to meassure minutes) should change every 60 seconds
Fourth digit (to meassure minutes) should change, hmmm every 60 * 10 seconds ?
Fifth digit most at right (to meassure hours) should change every 60 *60 seconds
Sixth digit (to meassure hours) should change, hmmm every 60 * 60 * 10 seconds ?
-------
Not sure about the maths... but this is supposed to be simple![]()
Here are the frames for the timer. taken from a ps3 rco, resized to 36 high, indexed. If you fix the palettes, I will try sort out the timings.The idea is... a clock to meassure time in format HH:MM:SS needs 6 digits, and every digit needs 10 values (numbers from 0 up to 9)... so we can create 6 animated icons with the same 10 frames (but different timings)

Wait, it seems is not a requirement... i just converted your (indexed) frames for U+F4A0 with just a pngquant command and it seems it did workIf the goal is to make an animated icon with a common indexed palette shared by all frames... the first step is to remove the indexed palette from the individual frames
Great, they seem to be working.Done, the 9 more animations and timer, hope it works i made them as faster as posible, lol, if there is some mistake in some frame advise me and i will repeat that one
https://www.sendspace.com/file/9e181y
https://www.sendspace.com/file/km03x7Great, they seem to be working.
There is still the cloud with lightening and the water splash from post #109 to do. That is all of them then except the battery icon.
I would like to make a better battery icon in the same style if possible.
I was thinking that it could be made a .bat script with pngquant to automatize the color indexingHi guys. Sorry to not be more involved in those stuf. But it's very nice to see you made great progresses with animated symbols. I don't have a better way to propose. Maybe someday we will have access to the crappy $ony proprietary software or plugin, who know?