 |
|
 |
Now I try my best to learn C++,and want to print a picture based on a dialog,I believe what I have downloaded benefits me!....
|
|
|
|
 |
|
 |
It name of the artice includes "TIFF", but OleLoadPicture doesn't support TIFF.
|
|
|
|
 |
|
 |
Dear Peter,
Thanks for your code, but i have a big problem with IPicture.
I use the method CPicture::LoadFromBuffer(...) and everything is ok when i COMMENT the line of code m_pPicture->Render(...). I fill the memory and free and release it and everything goes ok, but when i add the line m_pPicture->Render(...) it starts to eat the memory. Of course i tested it using a 640x480 Jpeg file comes from a camera at the speed of 30 frame per second.
can you help me what to do?
Thank you in advance.
|
|
|
|
 |
|
 |
anyone has suggestions / idea why?
I work with MFC, on Visual 2005.
|
|
|
|
 |
|
 |
Hey guys, I'm totally new to this GUI C++ thing...is there a good tutorial out there that shows step by step how to work with images in Visual C++?? I'm doing it for a class project, so I kinda need to learn this stuff the right way...thanks,,,,
|
|
|
|
 |
|
 |
how can i prints each page of the document in microsoft word format to a TIFF image
jacklin
|
|
|
|
 |
|
 |
how can i prints each page of the document with microsoft word format to a TIFF image
jacklin
|
|
|
|
 |
|
 |
please help me!!!
i have a project!
a good day!
|
|
|
|
 |
|
 |
I dunno.... never used c++ builder.
|
|
|
|
 |
|
 |
How to reverse GIF animation ? I've tried changing m_nCurrFrame increment to decrement and first & last frame assigning, that works but with graphical artifacts such as noise. Probably because of background restoring, but I dont know how to handle this...
|
|
|
|
 |
|
 |
Maybe you can use the CMemDC that can be found somewhere on codeproject.com.
|
|
|
|
 |
|
 |
In evc, I use OleLoadPicture or OleLoadFromStream
:error link :unresolved external symbol _OleLoadPicture.......
When I receive jpeg stream from winsock, but I don't how to show the image.
Please help me, thank you very much.
|
|
|
|
 |
|
 |
Your article finally shown me that "hmHeight, hmWidth, -hmHeight" passage at IPicture::Render, which I was looking for, as IPicture spec keeps silence why do JPEGs sometimes appear rotated 180 degrees when you use it 100% according to specs. Simple sign change at size didn't work and few other articles (like goofy's) suffer the same problem and don't mention or fix it
Thank you.
|
|
|
|
 |
|
 |
Its a really grea job!!
Just allow me a question:
How can i use it in a dialo?
Pls explain me how and where to put the draw function.
Thank you very much
Thomas Rusch
|
|
|
|
 |
|
 |
Hello
What if I wanted to do something like SaveToBuffer()?
Some code sample will be apprecietaed
Thanks
Alex
|
|
|
|
 |
|
 |
Hi Peter
It is not supporting tif files can u give the solution for it.
bye
-Mahatma
|
|
|
|
 |
|
 |
I am beginner but I am very interested with this amazing project...
|
|
|
|
 |
|
 |
can this class use in a basis dialog?, if can, how i do, thx.
zhangnan
|
|
|
|
 |
|
 |
Please send to me the Source code of Teris Game.
My email adress: mrmeanlk@yahoo.com
Thank you very much
|
|
|
|
 |
|
 |
Hi there,
This box draws the whole dialog box, regardless if the picture is that size(it fills the excess area with white space).
Can anyone help? I've looked into the IPicture class without avail.
Thanks,
Gene
|
|
|
|
 |
|
 |
i want to be able to show a bitmap when i click on a specific toolbar button. but i can't implement it. how do i do this?
|
|
|
|
 |
|
 |
Thanks for this class . I found it extremely usefull.
I use it for reading bitmaps from "normal" files as from the main application (stored as resources).
Hoewever in the case I tried to read a resource from the application things get wrong.
I debugged my program to find a clue.
Apparantly the error occurs in the LoadFromBuffer part, and to be more precise the OleLoadPicture function.
The rest seems to work fine (GetResource), although it took some time to find the right parameters for the Picture.Load (I have stored the bitmaps as "normal" bitmaps in the resource so the "Bitmap" type does not work, and I used a string proceeded with a # ).
Does somebody also encountered this problem and found a bypass or solution?
Thanks in advance,
Bert
|
|
|
|
 |
 | tiff?  |  | itrainl | 3:49 13 Aug '03 |
|
 |
is it possible to load TIFF-images with the CPicture-class?
|
|
|
|
 |
|
|
 |
|
 |
Peter,
Thank you for your great example.
It's was very useful for me.
Hobiwan
|
|
|
|
 |