Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Image quality and image file extension


Exvayate
 Share

Recommended Posts

Will the certain type of image quality or file extension cause a lag or slower running time?

Let's say in Photoshop you create a GUI for your game and you set the resolution to like 200 pixels/sq in
and saved it as a .bmp and you've programmed eclipse to read .bmps for the gui. Would that create a lag in running EO?
Link to comment
Share on other sites

I honestly don't think it would lag the system.  However, it may help to add more capabilities for pictures.

Instead of
```
PictureBox1.Picture = LoadPicture("FilePath\FileName.bmp")
```
use

```
set PictureBox1.Picture = LoadPicture("FilePath\FileName.ANYPictureFileExtenstion")
```
and so on.  I just created code to scale an image to fit a picturebox if you would like that too?
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...