-
Hi Carsten,
Adding locking in those areas appears to have fixed this problem - everything appears to be running smoothly.
Thanks for your help Carsten. If there's anything else I can do to help out, please let me know.
-Charles.
2009-11-20 15:34:09 UTC by charlesstrahan
-
oops forgot to add..... yes, I do mean that (75,000,352 * sizeof(BYTE)) is converted to 600,002,816 ......
2009-11-20 10:27:19 UTC by briandoe
-
hhhmm good point, well observed.....it currently isn't crashing so I can't test for it, will have to wait until it does it again. I'll post a reply when it happens again.
2009-11-20 10:24:15 UTC by briandoe
-
Maybe this can help :
https://sourceforge.net/projects/freeimage/forums/forum/36110/topic/3341885?message=7521906
Note that you will always need a background color or a background image when compositing images.
2009-11-19 21:18:53 UTC by drolon
-
Do you mean that (75,000,352 * sizeof(BYTE)) is converted to 600,002,816 ???
The ratio between 600 MB and 75 MB is exactly 8 : does this mean that sizeof(BYTE) returns 8 inside your IDE ?.
2009-11-19 21:05:17 UTC by drolon
-
I am getting a Not Enough Memory error:
The call path for opening the following bitmap, ADS1EB.bmp (96dpi, 24bit, 5000 width, 5000 height) 73,243Kb in size, is shown below:
MyApplication.exe!CMyDialog::OnInitDialog()
CMyDialog!CMyScrollView::SetImage("C:\ADS1EB.bmp")
FreeImagePlusd.dll!fipImage::load()
FreeImaged.dll!FreeImage_Load()
2009-11-19 18:37:15 UTC by briandoe
-
I have something similar too, with a Not Enough Memory error:
The call path for opening ADS1EB.bmp (96dpi, 24bit, 5000 width, 5000 height) 73,243Kb in size
MyApplication.exe!CMyDialog::OnInitDialog()
CMyDialog!CMyScrollView::SetImage("C:\ADS1EB.bmp")
FreeImagePlusd.dll!fipImage::load()
FreeImaged.dll!FreeImage_Load(...
2009-11-19 18:24:55 UTC by briandoe
-
see https://sourceforge.net/projects/freeimage/forums/forum/36111/topic/3460555.
2009-11-18 20:19:10 UTC by drolon
-
I have added support for the HostComputer tag inside the FIMD_EXIF_MAIN metadata model.
Changes are available in the CVS.
Hervé.
2009-11-18 20:18:28 UTC by drolon
-
drolon committed patchset 990 of module FreeImage to the FreeImage CVS repository, changing 2 files.
2009-11-18 20:14:55 UTC by drolon