JCL Help:JPegToBitmap

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts a JPEG to a bitmap.


Pascal

 procedure JPegToBitmap(const FileName: string);


Parameters

Parameters Description
const FileName: string Name of the JPEG image file to convert to a bitmap.


Description

JPegToBitmap converts a JPEG image to a bitmap file. The destination file is saved with the same name as the source file but with the extension '.bmp'. If the function fails at any point it raises an exception.


See Also

BitmapToJpeg


About

Unit

JclGraphics


Donator

Marcel van Brakel


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page