VoyForums
[ Show ]
Support VoyForums
[ Shrink ]
VoyForums Announcement: Programming and providing support for this service has been a labor of love since 1997. We are one of the few services online who values our users' privacy, and have never sold your information. We have even fought hard to defend your privacy in legal cases; however, we've done it with almost no financial support -- paying out of pocket to continue providing the service. Due to the issues imposed on us by advertisers, we also stopped hosting most ads on the forums many years ago. We hope you appreciate our efforts.

Show your support by donating any amount. (Note: We are still technically a for-profit company, so your contribution is not tax-deductible.) PayPal Acct: Feedback:

Donate to VoyForums (PayPal):

Login ] [ Contact Forum Admin ] [ Main index ] [ Post a new message ] [ Search | Check update time | Archives: 123456789[10] ]


[ Next Thread | Previous Thread | Next Message | Previous Message ]

Date Posted: 07:08:01 05/09/00 Tue
Author: Michel
Subject: Re: How do I transfer TTiffGraphic to TJPEGImage?
In reply to: Larry 's message, "How do I transfer TTiffGraphic to TJPEGImage?" on 14:26:25 05/08/00 Mon


Dear Larry,

I have not tried this. I know the TJPEGImage does not have a writable canvas. The TJPEGImage may be assigned from a TBitmap, so I think the simplest way is to convert to a TBitmap, then to a TJPEGImage.

Bitmap.Assign(TiffGraphic);
JPEGImage.Assign(Bitmap);

I have not looked at the TJPEGImage source code, but it may be possible that it is assignment compatible with any TGraphic class, not just TBitmap. In that case, it would be possibl to do,

JPEGImage.Assign(TiffGraphic);

But I have the feeling that the TJPEGImage may have special code to assign only from a TBitmap.

Best regards,

Michel

> I am loading a TTiffGraphic. I would like to convert
> it to a TJPEGImage.
>
> How would I do that?

[ Next Thread | Previous Thread | Next Message | Previous Message ]

[ Contact Forum Admin ]


Forum timezone: GMT-5
VF Version: 3.00b, ConfDB:
Before posting please read our privacy policy.
VoyForums(tm) is a Free Service from Voyager Info-Systems.
Copyright © 1998-2019 Voyager Info-Systems. All Rights Reserved.