image library

  • Thread starter Thread starter Davidino79
  • Start date Start date
D

Davidino79

hello to everybody,
do you know some pocketpc library that can load a tiff image (even with
fax3/4 encodint) that support wince?
I need to interface with it for my .net compact application.

Regards,
Davide
 
Sergey said:
However there is more complicated way - you can port TIFF Image Library
[1] for eMbedded Visual C++ then create wrapper for Compact Framework.
But, as you understand, this would be not easy...

I have already done that...it compile, and link very perfectly,and also
he works very well even in the .net by means of P/Invoke technology
except that for tiff image ccitt fax3/fax4 compression type.
I have tryed to port the same line of source code for winxp standard,
and there he works. Since many of image that i work with is ccitt
fax3/fax4 I'm loking for the alternative.
But if you have some suggestion it is very appreciated beacause I should
find a soulution very quickly to this problem :)

Regards,
Davide
 
Are you saying that libtiff compiled for WinXP can open Group3 TIFFs, but
the same library compiled for WinCE cannot? That makes no sense

Davidino79 said:
Sergey said:
However there is more complicated way - you can port TIFF Image Library
[1] for eMbedded Visual C++ then create wrapper for Compact Framework.
But, as you understand, this would be not easy...

I have already done that...it compile, and link very perfectly,and also
he works very well even in the .net by means of P/Invoke technology except
that for tiff image ccitt fax3/fax4 compression type.
I have tryed to port the same line of source code for winxp standard, and
there he works. Since many of image that i work with is ccitt fax3/fax4
I'm loking for the alternative.
But if you have some suggestion it is very appreciated beacause I should
find a soulution very quickly to this problem :)

Regards,
Davide
 
Alex said:
Are you saying that libtiff compiled for WinXP can open Group3 TIFFs,
but the same library compiled for WinCE cannot? That makes no sense
Yes, it open the group3 tiffs but the result is very strange.
This make no sense, but it is true!!
 
Back
Top