Solved Resize training room stage

Question that is answered or resolved.

Grit

Well-known member
How do I resize it to 480x276 without losing quality?
 

Attachments

  • ken_dojo.png
    ken_dojo.png
    149.2 KB · Views: 7
You won't be able to resize it like that, you'd either have to double it, half it or edit it piece by piece, getting anything that's not vector based to match an exact size will always be compromised on quality.
 
You don't.

It's mathematically impossible to resize a bitmapped image without quality loss. What you can do is employ different algorithms to mitigate the loss into something more acceptable for your purposes, and if needed clean it up by hand afterward.

What I would do is resize it to 480 horizontal with a Bicubic algorithm and constrained aspect ratio. That will give you 480*342. Then I would crop the ceiling area to get vertical down to 276. Save it with palette that ensures the first color isn't used. Again, it won't be perfect - that's simply not possible, but it shouldn't be too bad. Here's a super quick one I did.


training_room_0.png

HTH,
DC

*Edit: * :ninja: by @danno.
 
Last edited:
@Grit , there are some AI assisted programs that have been used to "upscale" silent films and old photographs to 4k resolution:
for the emulation scene the results have been divisive

since some consider that the process relults in soul-less recreations.

certainly this stage can be re-rendered using AI and it can even make it more realistic,

or make it a tripple filtering process, make it realistic and then go back and give it 16 bit style (i ignore which tool is best)

 
Last edited:
Here's one I made by keeping the exact original quality but editing out bits like making some wooden beams narrower and leaving the edges out so it fits 480x276, I could do much better but it only took me 3 minutes to demonstrate.



 

Attachments

  • qw1.png
    qw1.png
    31.4 KB · Views: 5
Super quick he says by pulling it off without a hitch!
The ceiling have enough to cut away but getting the full width was my issue.

The picture below was my attempt at it but I lost the both sides that include the door!
I really don't mind putting the work in, my concern is that I don't know what goes where or how to apply it come to certain parts Openbor like level design but your wiki really me a lot.
I feel know enough of the basics to get characters going.
Thanks
 

Attachments

  • IMG-20231113-WA0006.jpeg
    IMG-20231113-WA0006.jpeg
    1.5 MB · Views: 9
Back
Top Bottom