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: 123456[7]8910 ]


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

Date Posted: 07:34:56 06/27/01 Wed
Author: Michel
Subject: Re: Envision - Conversion to Black and White
In reply to: Dirk Schütze 's message, "Envision - Conversion to Black and White" on 04:24:18 06/27/01 Wed


Hi Dirk,

Envision has two methods to perform an image conversion. One is to use dithering, and the other is to let windows do the color mapping from one format to another. Windows will use thresholding, but you cannot control the threshold.

It is quite easy to do. You can create a class derived from TImageTransform, for example, TBWThresholdTransform. Then use the RGB property on every pixel to read the RGB values (for grayscale only one needs to be read, as for every pixel they are the same). From the original value you can apply your threshold.

There are examples of many transforms in EnTrans.Pas. Let me know if you have problems.

Best regards,

Michel

>When converting a greyscale image to black and white,
>is there a possibility to set a value which indicates
>whether a color will be converted to black or white?
>
>Example: setiing this value to 128 converts 0 - 127 to
>black and 128 - 255 to white. Or something like that...
>
>I think in graphic programs this is usually called
>"Threshold".
>
>If there is not such a property yet, can you give me a
>hint how to extend your code to get this result?
>
>Thanks for your help!

[ 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.