LEADTOOLS Support
Imaging
Imaging SDK Questions
c++ Rasterization: Drawing char arrays to create a new PNG?
#1
Posted
:
Friday, May 14, 2021 3:03:24 PM(UTC)
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.
#2
Posted
:
Friday, May 14, 2021 3:51:39 PM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 163
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.
#3
Posted
:
Monday, May 17, 2021 3:39:38 PM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 163
Was thanked: 9 time(s) in 9 post(s)
#4
Posted
:
Monday, June 7, 2021 5:55:09 PM(UTC)
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)
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.
LEADTOOLS Support
Imaging
Imaging SDK Questions
c++ Rasterization: Drawing char arrays to create a new PNG?
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.