• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

P3D v2 Problem adding background image v. 1.66

Messages
176
Country
denmark
I get an error message telling me that my jpg is not a image file, which i know it is.

Have tried other image file types with same result and i have done this a thousand times in other versions.

Reinstall of ADE did not remove the error.


Michael
 
Can you please upload the image file to a post here so that I can check it.
 
I get an out of memory error. The problem is not the disk size of the image file but the amount of memory it needs to display. We have covered this before but it bears covering again. Your image is 12032 x 9216 x 24bpp. To display it ADE needs to find 12032 x 9216 x 3 = 332660736 or 332.6Mb of free memory. Worse this must be in a single continuous chunk. The chances of finding this is rather small and if it is not found ADE will generate an out of memory error. This has nothing to do with the total amount of memory that you have on your computer but finding that amount in a single continuous chunk in the memory allocated to ADE by the operating system.

ADE assigns 1 pixel per meter in the display so your image is in effect 12km x 9.2km. We changed ADE a bit to stop crashes with big images. The answer is to use smaller images in terms of the width and length. These will require less memory and increase the chances of the memory being available. So you might need to break that image into say four.

I don't understand the error message that it is not a jpg. ADE certainly recognized it as a jpg but could not find the memory to load it.
 
Yep, this worked ofcourse, thanks.

Should have seen this myself i guess, but point and click takes over sometimes :rolleyes:


Michael
 
No worries. For a long time I have tried to figure out how to get round this but the graphics engine I use creates a bitmap as I describe above so there is no way other than making them smaller or reducing the color depth to solve it. There are some tricks like reducing the size of the image with an external app. Once it is in ADE it will need to be resized to the airport again but there is also an option to reduce the image quality in ADE:

ScreenShot00190.png


This does require the image be in ADE first and setting lower quality will make the image less clear and more blocky but it does reduce the memory footprint.
 
Back
Top