Would it be possible to add two advanced features for screen 2/4:
1. An adaptive offset, which considers a shift of 1..X pixels to see if this results in a better match to the original;
2. Optimal use of sprites to fix the worst color clashes.
When 1 and 2 are combined the final result will be far more expensive to calculate but potentially also a lot closer to the original.
- Jacco.
1. An adaptive offset, which considers a shift of 1..X pixels to see if this results in a better match to the original;
I haven't feedback from shader on conversion.
But its possible with using XOR methink, and need more code adoptions for it.
2. Optimal use of sprites to fix the worst color clashes.
I not plane doing Sprites Engine integration here. May be its will be another future project, based on my Sprites Shader Engine, what I already done before.
Hi,
I don't understand how to save. If I press F2 (SAVE) I get an error.
I think I need to change this string, but I can't write the correct thing
Hi!
Yes, you need set your output path and file name here like:
String ImgOut="DRIVE:\\DIR\\DIR\\FILENAME";
Filename without any extentions (its append automaticaly when you save images in sellected mode)
Hi!
Yes, you need set your output path and file name here like:
String ImgOut="DRIVE:\\DIR\\DIR\\FILENAME";
Filename without any extentions (its append automaticaly when you save images in sellected mode)
Perfect thanx!
Will be possibile to convert on screen11 also?
Perfect thanx!
Will be possibile to convert on screen11 also?
Not planing before, may be latter I will think about it for making with little blood
Will be possibile to convert on screen11 also?
Done, colors range selects with [TAB] in YJK mode. When saving, preview code generates with SCREEN 11 or SCREEN 12,
and preview in viewport also show in current range.
v3.9 in the GIT
- code refactoring
- bug fixes
- YJK mode reworks and improvements
- 2048 colors mode reworks and improvements
- Sprites generator
and more.
Btw, all YJK images possible to show in Interlace mode with double Y-resolution, by changing set screen command in preview code with:
SCREEN mode,,,,,3
GREAT! i'll try this evening, thanx!!!