Convert the bitmap to Jpeg and - نسخه قابل چاپ +- Parsi Coders (http://parsicoders.com) +-- انجمن: Software Development Programming (http://parsicoders.com/forumdisplay.php?fid=37) +--- انجمن: Pascal/Delphi (http://parsicoders.com/forumdisplay.php?fid=45) +---- انجمن: Delphi (http://parsicoders.com/forumdisplay.php?fid=69) +---- موضوع: Convert the bitmap to Jpeg and (/showthread.php?tid=234) |
Convert the bitmap to Jpeg and - Amin_Mansouri - 05-07-2011 You can use the next code for conversion of bitmap into jpeg or jpeg into bitmap: در سورس زیر میتونید تبدیل فرمت jpg به bmp و بر عکس رو مشاهده کنید. کد پیاچپی: uses Jpeg; کد پیاچپی: procedure Jpeg2Bmp(const BmpFileName, JpgFileName: string); |