Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Graphics and Multimedia
»
Graphics
»
BGRABitmap and LazPaint
»
The image reader is not registered for this image format
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Stacked bars not drawn pr...
by
wp
[
Today
at 10:57:01 am]
Olympic Rings (Interleave...
by
Zvoni
[
Today
at 10:37:21 am]
How to low level manage S...
by
creaothceann
[
Today
at 10:30:26 am]
CudaText editor (written ...
by
AlexTP
[
Today
at 09:51:32 am]
Theoretical question. Laz...
by
Petrus Vorster
[
Today
at 09:49:47 am]
Printout in Printer Queue...
by
wwerner
[
Today
at 07:25:31 am]
The compiler fails to war...
by
dseligo
[
Today
at 01:41:21 am]
Embedded qss stylesheets ...
by
big_M
[
Today
at 12:52:34 am]
Mapping Images Like Odome...
by
SandyG
[January 15, 2026, 11:57:50 pm]
StrToDateTime problems
by
Aruna
[January 15, 2026, 11:56:02 pm]
Newly revised TlistBox in...
by
jamie
[January 15, 2026, 11:17:12 pm]
unit init, finalize and i...
by
PascalDragon
[January 15, 2026, 09:46:49 pm]
Why does FPC behave this ...
by
PascalDragon
[January 15, 2026, 09:26:24 pm]
How to forward a Class in...
by
PascalDragon
[January 15, 2026, 09:21:47 pm]
Pyramid solitaire, re-wri...
by
TBMan
[January 15, 2026, 09:21:07 pm]
Tzipper giving error on M...
by
Josh
[January 15, 2026, 08:46:02 pm]
Copy and Past Code
by
n7800
[January 15, 2026, 07:47:43 pm]
AI: Agentic Design Patter...
by
avra
[January 15, 2026, 06:36:29 pm]
PasLLM - LLM Inference En...
by
matthius
[January 15, 2026, 01:41:45 pm]
New book on Object Pascal
by
matthius
[January 15, 2026, 12:55:36 pm]
[SOLVED] Assembler error ...
by
dbannon
[January 15, 2026, 12:55:16 pm]
four squares (inc)
by
speter
[January 15, 2026, 11:25:05 am]
Regarding the issue of de...
by
Martin_fr
[January 15, 2026, 10:20:35 am]
Dice (raylib + kraft phys...
by
fcu
[January 15, 2026, 09:01:24 am]
Lazarus seems to be makin...
by
Boleeman
[January 15, 2026, 07:54:25 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: The image reader is not registered for this image format (Read 1335 times)
winni
Hero Member
Posts: 3197
The image reader is not registered for this image format
«
on:
December 21, 2020, 03:08:30 pm »
Hi!
Very simple code:
Code: Pascal
[Select]
[+]
[-]
uses
...,
BGRAbitmap
,
BGRADefaultBitmap
,
BGRABitmapTypes
;
const
BigImg
=
'NE1_HR_LC_SR_W_DR.tif'
;
// 668 MB
var
img
:
TBGRAbitmap
;
.....
procedure
TForm1
.
Button1Click
(
Sender
:
TObject
)
;
var
startTime
:
QWord
;
begin
startTime
:
=
GetTickCount64
;
Img
:
=
TBGRABitMap
.
Create
(
BigImg
)
;
showMessage
(
IntToStr
(
GetTickCount64
-
startTime
)
)
;
end
;
Results in an exception:
Code: Text
[Select]
[+]
[-]
The image reader is not registered for this image format
We had the same problem some years ago.
But I don't know how it was solved.
Winni
Logged
marcov
Administrator
Hero Member
Posts: 12593
FPC developer.
Re: The image reader is not registered for this image format
«
Reply #1 on:
December 21, 2020, 03:19:26 pm »
If bgra uses fcl-image to load (some?) types, add fpreadtiff to your uses clause
Logged
circular
Hero Member
Posts: 4462
Re: The image reader is not registered for this image format
«
Reply #2 on:
December 21, 2020, 03:59:10 pm »
In fact BGRA provides its own version BGRAReadTiff, but yes, it is compatible with FPReadTiff.
Logged
Conscience is the debugger of the mind
winni
Hero Member
Posts: 3197
Re: The image reader is not registered for this image format
«
Reply #3 on:
December 21, 2020, 04:10:33 pm »
Thanx marcov and circular!
fpreadtiff did not solve it but BGRAreadTiff did.
2264 milliseconds to load 668 MB tiff from a hard disk
Very good speed!
Winni
Logged
circular
Hero Member
Posts: 4462
Re: The image reader is not registered for this image format
«
Reply #4 on:
December 21, 2020, 05:28:29 pm »
Cool
I optimized as I could.
Logged
Conscience is the debugger of the mind
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Graphics and Multimedia
»
Graphics
»
BGRABitmap and LazPaint
»
The image reader is not registered for this image format
TinyPortal
© 2005-2018