I found an old topic on the same subject, but maybe there is new knowledge nowadays, so I figured I'd ask again, after almost 10 years. I read that the STE can display 4096 colours instead of just the 512. Can DEGAS+ use these extra colours? I've always had only the 3 bits per colour at my disposal. I'm working with a greyscale image right now though, and it would be very useful to have the extra bit.
If DEGAS+ doesn't support it, what is a program I could get that does?
Thanks!
I don't think that degas can use it. That program is just too old, at that time the STE didn't exist. But i think quite some other program can, and since the DEGAS picture format is very simple, they can surely load it. Have you tried Vision for example? (announced somewhere here in the forum, have to dig out the link myself)
ThorstenOtto wrote:I don't think that degas can use it. That program is just too old, at that time the STE didn't exist. But i think quite some other program can, and since the DEGAS picture format is very simple, they can surely load it. Have you tried Vision for example? (announced somewhere here in the forum, have to dig out the link myself)
607 wrote:I found an old topic on the same subject, but maybe there is new knowledge nowadays, so I figured I'd ask again, after almost 10 years. I read that the STE can display 4096 colours instead of just the 512. Can DEGAS+ use these extra colours? I've always had only the 3 bits per colour at my disposal. I'm working with a greyscale image right now though, and it would be very useful to have the extra bit.
If DEGAS+ doesn't support it, what is a program I could get that does?
Thanks!
NeoChrome Master ( http://dhs.nu/files.php?t=single&ID=25 ) can run in STe mode, but to avoid confusion, the STe has a PALETTE of 4096 colours - low resolution can still only show 16 different colours the same as the normal ST, but the 16 colours on the STe can be from the bigger palette.
Programming tricks can easily get round this if you are using the pics in a demo though.
Well, there's always Spectrum 512, Unispec... I'm unsure if there is an STE version or an STE equivalent.
Spectrum 512 was a computer paint program by Boris Tsikanovsky that enabled the creation of images with more than 16 simultaneous colors. Boris accomplished this by using a special display algorithm that dynamically reassigned the color palette three times per scan line for a total of 48 unique colors (out of 512) per scan line. Unispec—which was not published by Antic—was basically a second-generation Spectrum 512 that added more sophisticated features, including the ability to do page-flipping animation.
Unispec was really neat. You could do all the work in spectrum512 and the desk accessory would then punt it into degas for you complete with decent colour downscaling.
spiny wrote:NeoChrome Master ( http://dhs.nu/files.php?t=single&ID=25 ) can run in STe mode, but to avoid confusion, the STe has a PALETTE of 4096 colours - low resolution can still only show 16 different colours the same as the normal ST, but the 16 colours on the STe can be from the bigger palette.
Programming tricks can easily get round this if you are using the pics in a demo though.
Right. 16 colours is enough; if I use dithering I can get the image to look pretty nice. However, with the 512-colour colour palette, there are only 8 colours to use in greyscale images.
spiny wrote:NeoChrome Master ( http://dhs.nu/files.php?t=single&ID=25 ) can run in STe mode, but to avoid confusion, the STe has a PALETTE of 4096 colours - low resolution can still only show 16 different colours the same as the normal ST, but the 16 colours on the STe can be from the bigger palette.
Programming tricks can easily get round this if you are using the pics in a demo though.
Right. 16 colours is enough; if I use dithering I can get the image to look pretty nice. However, with the 512-colour colour palette, there are only 8 colours to use in greyscale images.
yes, so if you use NeoChrome and tick the 'STe' option, you'll have 16 colours to use in greyscale
spiny wrote:NeoChrome Master ( http://dhs.nu/files.php?t=single&ID=25 ) can run in STe mode, but to avoid confusion, the STe has a PALETTE of 4096 colours - low resolution can still only show 16 different colours the same as the normal ST, but the 16 colours on the STe can be from the bigger palette.
Programming tricks can easily get round this if you are using the pics in a demo though.
Right. 16 colours is enough; if I use dithering I can get the image to look pretty nice. However, with the 512-colour colour palette, there are only 8 colours to use in greyscale images.
example pics:
Neo in ST mode, you can have greyscales of 000 to 777:
neo-8.png
Neo in STe mode, you can have greyscales of 000 to FFF:
neo-16.png
You do not have the required permissions to view the files attached to this post.
spiny wrote:NeoChrome Master ( http://dhs.nu/files.php?t=single&ID=25 ) can run in STe mode, but to avoid confusion, the STe has a PALETTE of 4096 colours - low resolution can still only show 16 different colours the same as the normal ST, but the 16 colours on the STe can be from the bigger palette.
Programming tricks can easily get round this if you are using the pics in a demo though.
I got NeoChrome Master, but after a few minutes of trying every option I could find and searching through the manual, I have not been able to figure out how to load/open images.
spiny wrote:NeoChrome Master ( http://dhs.nu/files.php?t=single&ID=25 ) can run in STe mode, but to avoid confusion, the STe has a PALETTE of 4096 colours - low resolution can still only show 16 different colours the same as the normal ST, but the 16 colours on the STe can be from the bigger palette.
Programming tricks can easily get round this if you are using the pics in a demo though.
I got NeoChrome Master, but after a few minutes of trying every option I could find and searching through the manual, I have not been able to figure out how to load/open images.
it's not obvious, but you need to right click the disk icon. You can also select what formats to load or save in, I'd recommend PI1/degas as that format can be opend on PC and Mac too if needed.
first left-click the disk to open file options:
neo3.png
then right-click the disk to open the load dialogue:
neo5.png
and the pic will load:
neo6.png
left click the disk to select it, then left click again to open the save dialogue.
You do not have the required permissions to view the files attached to this post.
With some of the options, for static pictures displayed over 2 or more frames you can emulate 226,981 colours on STe. On older CRT TVs they look amazing. Flicker a little bit on my LCDTV
With some of the options, for static pictures displayed over 2 or more frames you can emulate 226,981 colours on STe. On older CRT TVs they look amazing. Flicker a little bit on my LCDTV
That sounds interesting! I'll try to remember to check it out when it could be useful.