From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqimageio.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqimageio.html') diff --git a/doc/html/tqimageio.html b/doc/html/tqimageio.html index f83df7b73..7b5b00404 100644 --- a/doc/html/tqimageio.html +++ b/doc/html/tqimageio.html @@ -123,7 +123,7 @@ Destroys the object and all related data.

void TQImageIO::defineIOHandler ( const char * format, const char * header, const char * flags, image_io_handler readImage, image_io_handler writeImage ) [static]

-Defines an image I/O handler for the image format called format, which is recognized using the regular expression header, read using readImage and +Defines an image I/O handler for the image format called format, which is recognized using the regular expression header, read using readImage and written using writeImage.

flags is a string of single-character flags for this format. The only flag defined currently is T (upper case), so the only @@ -160,7 +160,7 @@ both are null, the TQImageIO object is valid but useless.

Before the regex test, all the 0 bytes in the file header are converted to 1 bytes. This is done because when TQt was -ASCII-based, TQRegExp could not handle 0 bytes in strings. +ASCII-based, TQRegExp could not handle 0 bytes in strings.

The regexp is only applied on the first 14 bytes of the file.

Note that TQt assumes that there is only one handler per format; if two handlers support the same format, TQt will choose one -- cgit v1.2.3