User Tag List

Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 23

Thread: SuperScale2x - Algorithm Preview

  1. #1
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleUnicode Add-on
    LIJI's Avatar
    Join Date
    Jun 2006
    Location
    Israel
    Posts
    1,175
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    SuperScale2x - Algorithm Preview

    Lately I have worked on a new resizing technique based on the Scale2x called SuperScale2x.
    Before coding it in C++ as an extension I created the algorithm as an MMF2 applications with overlays, and these are the results:

    The first image is the original image scaled with a common Nearest Neighbor technique.
    The second one is the original Scale2x algorithm.
    The third is SuperScale2x. Note the shape of the letters on the sign, mostly S and H.
    The 4th one is SuperScale2x with Anti Aliasing enabled.

    To show the advantages of SuperScale2x against the original Scale2x I also made this picture:

    The order of the images is the same.
    If you notice, Scale2x's result is kinda blocky while SuperScale2x make it smoother. A good example in this picture is the letter "A" in "TEAM".
    With anti aliasing enabled it looks even better, a good example is the "K" in "CLICK".

    At this moment, I plan to keep this algorithm unique to MMF2. You will not see it anywhere else!

  2. #2
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: SuperScale2x - Algorithm Preview

    Pretty cool, but I can't see any difference between the Scale2X and SuperScale2X algorithms.. probably just my eyes though Keep up the good work!

  3. #3
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleUnicode Add-on
    LIJI's Avatar
    Join Date
    Jun 2006
    Location
    Israel
    Posts
    1,175
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: SuperScale2x - Algorithm Preview

    It's very noticeable in the letter A in the Clickteam example

  4. #4
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: SuperScale2x - Algorithm Preview

    They look exactly the same for me, but I am using a CRT monitor so that could be the problem

  5. #5
    Clicker Multimedia Fusion 2 Developer
    Jax's Avatar
    Join Date
    Jul 2006
    Location
    UK
    Posts
    702
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: SuperScale2x - Algorithm Preview

    I think that is really good.

    I think you should write it up (from a theoretical point of view) somewhere. It looks really good.

  6. #6
    No Products Registered

    Join Date
    Jul 2006
    Posts
    2,289
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)

    Re: SuperScale2x - Algorithm Preview

    Yes, Jam, the monitor could make a difference. I can notice the slight, but appreciable difference the algorithm makes and this looks good to me.

    Try saving the picture and zooming in on it, (unless you have the zoom plug-in for Firefox). Then, you can easily see the difference.

  7. #7
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: SuperScale2x - Algorithm Preview

    These algorythms are well known and used in different console emulators.
    This project is a very good one ! I'm pleased to see a lot of very good projects for MMF2.

  8. #8
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleUnicode Add-on
    LIJI's Avatar
    Join Date
    Jun 2006
    Location
    Israel
    Posts
    1,175
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: SuperScale2x - Algorithm Preview

    I have successfully rewritten it as C++ and an MMF2 extension.
    But for some reason, MMF2 glitches it up.
    For example, the scale will not render if the X or Y position = 0 or will not refresh unless an object is moving above it.
    It's very weird as I took the rendering code from Colorizer which works correctly.
    Help anyone? Y&F?

  9. #9
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: SuperScale2x - Algorithm Preview

    you should send the source to Yves, he will find you problem very quickly.

  10. #10
    No Products Registered

    Join Date
    Jun 2006
    Location
    Land of raging rockets
    Posts
    1,231
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: SuperScale2x - Algorithm Preview

    Clickteam should implement this algorithm for scaling up MMF applications to fullscreen (optionally). Good work!

Page 1 of 3 1 2 3 LastLast

Similar Threads

  1. Technology Preview: SuperScale2x Object
    By LIJI in forum Extension Development
    Replies: 8
    Last Post: 5th April 2013, 12:18 PM
  2. Problem with compression algorithm?
    By AstroTux in forum Install Creator and Patch Maker
    Replies: 1
    Last Post: 5th March 2012, 03:08 PM
  3. Minimax algorithm
    By xavi in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 28th October 2008, 10:12 AM
  4. New INK EFFECT algorithm...Better than Additive
    By Steven_Provost in forum Hardware Accelerated Runtime
    Replies: 6
    Last Post: 1st February 2008, 08:13 PM
  5. listbox algorithm question
    By reptilezero in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 14th August 2006, 06:14 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •