Board index » delphi » BMP -> JPEG (delphi 3)
infocob
![]() Delphi Developer |
Sun, 30 Jan 2000 03:00:00 GMT
|
infocob
![]() Delphi Developer |
Sun, 30 Jan 2000 03:00:00 GMT
BMP -> JPEG (delphi 3)Hello ! I would like to convert a BMP image to a JPEG image with DELPHI Thanks... -- |
Pete Goodwi
![]() Delphi Developer |
Sat, 12 Feb 2000 03:00:00 GMT
Re:BMP -> JPEG (delphi 3)Quoteinfocob wrote: JPEG. I think that's what you need to do. Pete |
David Ullric
![]() Delphi Developer |
Tue, 15 Feb 2000 03:00:00 GMT
Re:BMP -> JPEG (delphi 3)QuoteMartin Brooks wrote: your complaint with TJPEGimage, exactly? -- sig.txt not found |
Marko Peri
![]() Delphi Developer |
Wed, 16 Feb 2000 03:00:00 GMT
Re:BMP -> JPEG (delphi 3)QuoteMartin Brooks wrote: difficulty and it's been very useful to me. Why should I use NViewLib and add 259KB to my installation package, when I can easily use the jpeg component, adding only a little bit more to my EXE's size? Of course, the real reason you use NViewLib is because it can handle a |
hdash
![]() Delphi Developer |
Sat, 26 Feb 2000 03:00:00 GMT
Re:BMP -> JPEG (delphi 3)i tried the NviewSaveas(80,'file.jpg) ; and it dont work any hints? Quote
|
Martin Brook
![]() Delphi Developer |
Sun, 27 Feb 2000 03:00:00 GMT
Re:BMP -> JPEG (delphi 3)This is a multi-part message in MIME format. Quotehdashti wrote: reference. Not really a bug, more of an annoyance. When you use TBitMap.Create to create your internal bitmap your *must* specify the pixel format otherwise you end up with a corrupt bitmap that NView won't touch. So, hopefully adding TBitMap.PixelFormat:=pf24bit will sort out the -- Martin Brooks - Systems Administrator T: 0171 336 7942 - Computers make very fast, very accurate mistaks - --------------9BC491DD8B1CDD7D7F14DD53 begin: vcard --------------9BC491DD8B1CDD7D7F14DD53-- |
David Ullric
![]() Delphi Developer |
Mon, 28 Feb 2000 03:00:00 GMT
Re:BMP -> JPEG (delphi 3)QuoteMartin Brooks wrote: DIB. Setting the value of PixelFormat changes it from a DDB to a DIB - presumably this NView thing is expecting a DIB: var b: TBitmap; b.PixelFormat:= pf24Bit; if b.HandleType = bmDIB then b.Free; -- sig.txt not found |
1. JPEG -> BMP conversion in Delphi
2. Convert BMP to JPEG and JPEG to BMP
3. D3 TBitmap and odd sizes and JPEG->BMP
5. JPEG->BMP Run time conversion?
6. Poor quality BMP->JPEG using TJPEGImage !!
7. BMP->JPEG
8. graphics images (BMP or JPEG) to BMP
9. Strange different behaviour between .BMP and jpeg-converted .BMP