T O P I C R E V I E W |
suri1 |
Posted - Sep 29 2013 : 22:24:47 Hello i am using a TImageEnView in delphi for displaying the image.I am using the pImageEnView.IO.LoadFromFileBMP(pFileName) for doing so.but there seems to be some problem with it It displays some .bmp file but some .bmp files are not visible can someone help |
3 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Jan 03 2014 : 02:17:16 Hi
Please email us some images that reproduce the problem. I expect you will find that they are not JPEG images, but merely have the JPEG file extension.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
suri1 |
Posted - Jan 02 2014 : 22:30:23 Hello the same problem is also arising when i am using pImageEnView.IO.LoadFromFileJPEG(pFileName) .This happens for some .jpg image. But if i use pImageEnView.IO.LoadFromFileAuto(pFileName) this image is visible. |
xequte |
Posted - Sep 30 2013 : 02:05:23 Are you sure they are BMP files (e.g. try loading them with a TBitmap to confirm, or examine their code in Notepad)?
Nigel Xequte Software www.xequte.com nigel@xequte.com
|