- Posts: 9
- Thank you received: 0
- Forum
- CodeTyphon Studio
- Using CT on Windows
- How to speedup GR32/Graphic32 when handling large images?
×
CodeTyphon MS Windows (XP, Vista, Win7, Win8.x and Win10) OS Development, discussions and problems
Question How to speedup GR32/Graphic32 when handling large images?
- Yogi Yang
- Topic Author
- Offline
- New Member
-
Less
More
6 months 2 weeks ago #14846
by Yogi Yang
How to speedup GR32/Graphic32 when handling large images? was created by Yogi Yang
Hello,
I am using Graphic32 or GR32 in a project. It has most of the features that I need but when it comes to loading and handling large actual size images/photos that are snapped by modern Digital SLR cameras or mobiles it is very slow.
Is there any way by which we can speedup GR32?
Or is there any alternate library that has most of the features of GR32?
TIA
Yogi Yang
Note: I have posted this question on FPC forms also
I am using Graphic32 or GR32 in a project. It has most of the features that I need but when it comes to loading and handling large actual size images/photos that are snapped by modern Digital SLR cameras or mobiles it is very slow.
Is there any way by which we can speedup GR32?
Or is there any alternate library that has most of the features of GR32?
TIA
Yogi Yang
Note: I have posted this question on FPC forms also
Please Log in or Create an account to join the conversation.
- Matis A.
-
- Away
- Moderator
-
6 months 2 weeks ago - 6 months 2 weeks ago #14847
by Matis A.
PilotLogic Core Programmer
Replied by Matis A. on topic How to speedup GR32/Graphic32 when handling large images?
Thanks
your OS and CT version ?
and what do you want to do with large images ?
your OS and CT version ?
and what do you want to do with large images ?
PilotLogic Core Programmer
Last edit: 6 months 2 weeks ago by Matis A..
Please Log in or Create an account to join the conversation.
- Yogi Yang
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
6 months 2 weeks ago #14848
by Yogi Yang
Replied by Yogi Yang on topic How to speedup GR32/Graphic32 when handling large images?
I am using Win10 and CT 7.0.
My problem is that after loading and image it is taking very long time in processing it esp. when the image is large.
TIA
My problem is that after loading and image it is taking very long time in processing it esp. when the image is large.
TIA
Please Log in or Create an account to join the conversation.
- Matis A.
-
- Away
- Moderator
-
6 months 2 weeks ago - 6 months 2 weeks ago #14849
by Matis A.
PilotLogic Core Programmer
Replied by Matis A. on topic How to speedup GR32/Graphic32 when handling large images?
pl_Graphic32 is a unique image/pixel Graphic library,
don't use GPU acceleration,
has assembly CPU acceleration code but need work...
In our tests can process 4K images very fast on a i7 with 8-logical cores/16Gb RAM.
You can try and:
pl_BGRAbitmap and pl_VampyreImaging image libraries
For GPU acceleration Graphic libraries my suggestion is:
pl_ORCA,
pl_OpenGL
pl_Win_DirectX
pl_Win_DirectX11
pl_Win_DirectX12
don't use GPU acceleration,
has assembly CPU acceleration code but need work...
In our tests can process 4K images very fast on a i7 with 8-logical cores/16Gb RAM.
You can try and:
pl_BGRAbitmap and pl_VampyreImaging image libraries
For GPU acceleration Graphic libraries my suggestion is:
pl_ORCA,
pl_OpenGL
pl_Win_DirectX
pl_Win_DirectX11
pl_Win_DirectX12
PilotLogic Core Programmer
Last edit: 6 months 2 weeks ago by Matis A..
Please Log in or Create an account to join the conversation.