Port to screen

Monkey Forums/Monkey Programming/Port to screen

Josepho(Posted 2012) [#1]
Hi there

I have a little question about making zoom to my apps made in monkey, is there anyway to make a port to screen (like for example game maker) that alows to zoom graphics without viewing them blurry just pixelated

this is an example


The only way to zoom images is using the setScale ?

Thanks


ziggy(Posted 2012) [#2]
Depending on the target you're using, you can disable image filtering.


Gerry Quinn(Posted 2012) [#3]
I'm pretty sure it's not in mojo as it would have to be available on all platforms. Maybe you can set the scaling mode on some platforms to do this.


DruggedBunny(Posted 2012) [#4]
@Gerry: it's in there for targets that support it properly:

' VERSION.TXT - ***** V52(b) *****

mojo.graphics - added support for IMAGE_FILTERING_ENABLED to appropriate targets. See CONFIG.TXT files.


I'm pretty sure Chrome is still the only browser that doesn't provide a way to disable image filtering still (well, it does, but it's broken and has been for a long time).


Josepho(Posted 2012) [#5]
Thanks, due to n0ot every target allows this i opted to made it to my resources in a graphuc ecditor, many thanks