The Daily Click ::. Forums ::. Klik Coding Help ::. An easy MMF question
 

Post Reply  Post Oekaki 
 

Posted By Message

Del Duio

Born in a Bowling Alley

Registered
  29/07/2005
Points
  1078

GOTW WINNER CUP 1!GOTW WINNER CUP 2!GOTW WINNER CUP 3!GOTW WINNER CUP 4!Evil klikerHasslevania 2!The OutlawSanta Boot
27th August, 2006 at 09:39:05 -

In MMF when you import a graphic picture for an active object:

Does it automatically compress into its smallest form? Ex. if I was to import a 500kb bitmap, would it change the picture into a smaller file like a PNG?

The reason I ask is I didn't want to start manually converting 70+ large bmp files if I didn't have to. I didn't want to make a huge application on pictures alone.

Thank you!


 
--

"Del Duio has received 0 trophies. Click here to see them all."

"To be a true ninja you must first pick the most stealthy of our assorted combat suits. Might I suggest the bright neon orange?"

DXF Games, coming next: Hasslevania 2- This Space for Rent!

The Chris Street

Administrator
Unspeakably Lazy Admin

Registered
  14/05/2002
Points
  48487

Game of the Week WinnerClickzine StaffAcoders MemberKlikCast StarVIP MemberPicture Me This Round 35 Winner!Second GOTW AwardYou've Been Circy'd!Picture Me This Round 38 Winner!GOTM December Third Place!!
I am an April FoolKliktober Special Award Tag
27th August, 2006 at 10:42:38 -

I thought MMF would try and convert the image to the amount of colours that your application has. For instance, if you only have an app with 256 colours, probably GIFs are the best things to convert. A 16 million colour application would convert anything without loss of image quality.

Image Edited by the Author.

 
n/a

axel

Crazy?

Registered
  05/02/2005
Points
  4766

Game of the Week WinnerYou've Been Circy'd!
27th August, 2006 at 10:55:43 -

I don't think they're using GIF or anything, they're using some other image compression algorithm. I saw something about it on the Clickteam forums, you should look there.

 
n/a

defenestrator

Old

Registered
  12/07/2003
Points
  724
27th August, 2006 at 12:10:51 -

I'm pretty sure active objects all use bitmaps, so even if you convert something into .png, once you import it into the active object's animation, it's going to take up just as much space as just importing bitmap images. I could be wrong about that, though, so I really don't know why I'm even responding. I guess I thought that was a pretty common programming thing, where sprites used bitmaps. MMF2 may be different, since all active objects can use an alpha channel and I don't believe bitmaps can do that.

I guess one way to find out would be to save one copy of the application without having made the conversions, and one copy having made them, then comparing the file size. Then you could come back here and answer your own question since we're all curious now.

 
n/a

Joe.H

Evil Faker

Registered
  19/08/2002
Points
  3305
27th August, 2006 at 14:38:18 -

You're best off checking the clickteam forums, and seeing if anyone has said anything about it there.

 
My signature is never too big!!!
   

Post Reply



 



Advertisement

Worth A Click