image filtering with html5 again!

Monkey Forums/Monkey Beginners/image filtering with html5 again!

abakobo(Posted 2016) [#1]
I thought all that #MOJO_IMAGE_FILTERING_ENABLED=false thing was now working with HTML5 but it looks like it's not...

What's the most convenient solution to get good digits with mojo1+html5 nowadays (v86)? (i've seen a lot of posts about it with various solutions)
I'm using ignition-x so maybe there's something included in that framework?

thx


ratking(Posted 2016) [#2]
Put this at the top of your main file:



and then call DisableImageFiltering() in your OnCreate() method or so.


abakobo(Posted 2016) [#3]
Thanks a lot!

that's VERY convenient and way beyond my Extern/javascript skills.

Works great (when put after Strict and Imports ;)