ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Not enough storage is available to process this ..

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
graph_man Posted - Oct 10 2017 : 20:00:49
I see this error message at converting TIFF file (10MB) to black-and-white (ordered).
I have 634 GB of free disk space & 16 GB of Ram.

I can send this file for testing.
10   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Oct 16 2017 : 21:27:09
Yes, you can use it as long as you do not access the canvas.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
graph_man Posted - Oct 16 2017 : 03:54:00
So I can use
ImageEnView1.IEBitmap.Location := ieFile;
in any case?
xequte Posted - Oct 16 2017 : 01:22:29
Hi

Any action on the Canvas to IECanvas will convert the location to ieTBitmap.

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
graph_man Posted - Oct 15 2017 : 05:10:53
1) I use Tcanvas
2) What actions with canvas aren't available?
xequte Posted - Oct 15 2017 : 03:31:33
Hi

Sorry, I gave you bad information, even using GDI+, it will make use of the canvas, and so convert it to TBitmap mode.

What canvas activities are you performing?


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
graph_man Posted - Oct 14 2017 : 14:46:47
>ieFile - Uses memory mapped files. Canvas not available. Used for big images.

What actions with canvas aren't available?
graph_man Posted - Oct 14 2017 : 07:10:30
What are ImageEn's GDI+ features?
xequte Posted - Oct 14 2017 : 05:03:00
Hi

TBitmap is not good with large files. Are you able to do your editing using ImageEn's GDI+ features to avoid changing to TBitmap mode?



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
graph_man Posted - Oct 13 2017 : 18:25:44
> Is it a multipage tiff?

One page

ImageEnView1->IEBitmap->Location = ieTBitmap (I need to edit this file)
ImageCacheSize = 1
xequte Posted - Oct 11 2017 : 19:15:26
What code are you using?

Is it a multipage tiff?

https://www.imageen.com/help/TIEBitmap.Location.html
https://www.imageen.com/help/TIEMultiBitmap.ImageCacheSize.html

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com