|
RV_RegisterHTMLGraphicFormat Procedure |
Top Previous Next |
|
Allows to define HTML graphic formats. Images of these formats are saved in HTML as they are, without conversion to Jpegs. Unit CRVData. Syntax procedure RV_RegisterHTMLGraphicFormat(ClassType: TGraphicClass); It's recommended to use this function for the following formats: GIF, PNG. It's not necessary to call it for TJpegImage. These formats must have file extension associated, see TPicture.RegisterFileFormat. See also: ▪RV_RegisterPngGraphic procedure; ▪How to use third party graphic formats in TRichView.
|