Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Friday, May 14, 2021 3:03:24 PM(UTC)

StuartE  
StuartE

Groups: Registered
Posts: 4


Does the c++ rasterization library support drawing character arrays on a bitmap? Basically turning a large set of text that is dynamically constructed into a PNG? This text would only be available in memory, not from a file, so the load options of rasterizing a .txt file do not seem to apply here... And writing that text to disk, just to load it again in the library seems overkill.
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Friday, May 14, 2021 3:51:39 PM(UTC)

Nick  
Nick

Groups: Registered, Tech Support, Administrators
Posts: 161

Was thanked: 9 time(s) in 9 post(s)

I have reached out to you via email for some additional information.
Nick Crook
Developer Support Engineer
LEAD Technologies, Inc.
LEAD Logo
 
#3 Posted : Monday, May 17, 2021 3:39:38 PM(UTC)

Nick  
Nick

Groups: Registered, Tech Support, Administrators
Posts: 161

Was thanked: 9 time(s) in 9 post(s)

Thank you for following up via email. Here's some additional information on how the SDK handles text files:
https://www.leadtools.co...ext-file-format-txt.html

Since raw text doesn't have any header information and in memory has no extension to examine, the toolkit needs to be manually informed of the correct filter to use. If you're using our c toolkit, the L_LoadBitmapMemory() can faciliate this. You'll need to set the pFileInfo.Name to something like "example.txt" so the SDK can examine the extension here.
https://www.leadtools.co.../l-loadbitmapmemory.html


In all cases, you'll still need to ensure the toolkit has access to the applicable filter.
https://www.leadtools.co...th-your-application.html
https://www.leadtools.co...file-format-support.html
Nick Crook
Developer Support Engineer
LEAD Technologies, Inc.
LEAD Logo
 
#4 Posted : Monday, June 7, 2021 5:55:09 PM(UTC)

StuartE  
StuartE

Groups: Registered
Posts: 4


I've implemented everything that you posted and I am almost there... When I attempt to use the L_LoadBitmapMemory() function, I get the error -1792 (ERROR_TXT_FILTER_MISSING - The lfTxtU.DLL library is missing). I have also added the function EnabledLoadTextFiles function from the main demo. I am building x64 and I have verified that the LfTxtX.dll and LfRtfX.dll are in the same folder as my running application. The application doesn't seem to have any other issues finding and loading other dlls I've placed there. What could be a reason these dlls could not be found/loaded or could there be another reason for this error?
 
#5 Posted : Tuesday, June 8, 2021 8:57:43 AM(UTC)

StuartE  
StuartE

Groups: Registered
Posts: 4


Anyone looking at this with that error... It appears we were missing some other dlls from the redistributable SDK bin directory. We copied over all again and the error went away.
 
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.072 seconds.