Image Processing in Microsoft Word
-
Anybody know how to process an image same as Microsoft Word. Please help me Ngo Khai Hoa
-
Anybody know how to process an image same as Microsoft Word. Please help me Ngo Khai Hoa
Do you mean how to access the specific COM object that handles the drawing, or how to write a vector based drawing package ? Christian Secrets of a happy marriage #27: Never go to bed if you are mad at each other. It's more fun to stay up and fight.
-
Do you mean how to access the specific COM object that handles the drawing, or how to write a vector based drawing package ? Christian Secrets of a happy marriage #27: Never go to bed if you are mad at each other. It's more fun to stay up and fight.
Yes, write a vector based drawing package. My mean that we can compile between Bightness and Contrast each other. I have a class called CDib, I can get DibBits and I process an Image (Contrast, Brightness) on that DibBits separately. I don't know how to compile between Bightness and Contrast to get a perfect result looks like what Word processes. Tran Hoang Chuong
-
Yes, write a vector based drawing package. My mean that we can compile between Bightness and Contrast each other. I have a class called CDib, I can get DibBits and I process an Image (Contrast, Brightness) on that DibBits separately. I don't know how to compile between Bightness and Contrast to get a perfect result looks like what Word processes. Tran Hoang Chuong
Ah - so you don't want the vector based stuff, you want Brightness/Contrast ? Probably you need to look at your brightness/contrast algorithms, and typically apply brightness before contrast. There is also a COM interface for image processing, I've never used it, but I'm sure it would do brightness/contrast the same as Word does. Christian Secrets of a happy marriage #27: Never go to bed if you are mad at each other. It's more fun to stay up and fight.