473,320 Members | 1,982 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

TIFF

Hello, All!

Do you know some free or commercial library for .net or c++ which can read
TIFF images?

With best regards, Ivan G.. E-mail: iv************@hotmail.com
Nov 16 '05 #1
3 2193
Please define Read.
Do you just want to parse them and read the meta data and pixel data?
I am currently writing such a project, because what GDI+ offers is not
enough,
as GDI+ only supports RGB and performs implicit conversions on the fly when
opening a CMYK based TIFF.

If you have experience in TIFF(any) you are welcome to help!
--
Regards,
Dennis JD Myrén
Oslo Kodebureau
"Ivan G." <iv************@hotmail.com> wrote in message
news:On**************@TK2MSFTNGP09.phx.gbl...
Hello, All!

Do you know some free or commercial library for .net or c++ which can read
TIFF images?

With best regards, Ivan G.. E-mail: iv************@hotmail.com

Nov 16 '05 #2
Hi,

It's likely I'm going to need this functionality (in actual fact, I didn't
know it was there). I've used libtiff a lot (and so have some understanding
of TIFF). I don't use C# though and it's unlikely (especially at the moment)
I'd have time to do any coding on such a project, but if you've got any
questions I'd be happy to attempt to answer them. There are some problems
with writing fully compliant TIFF readers, but hopefully it's possible to
extend what's in GDI+ (somehow) rather than start from scratch. My need is a
bit limited; I only require access to the raw pixel values (i.e. I don't
need GDI+ to display the image in CMYK). I'd imagine this is possible in one
of the free C++ libraries, so if it's a massive effort to get GDI+ to behave
properly it'd probably not be worth my while. Having said that, CMYK support
would be useful to a lot of people.

In any case, feel free to get in touch by email (remove the .NOSPAM and the
other bits).

Steve

"Dennis Myrén" <de****@oslokb.no> wrote in message
news:Fp*******************@news2.e.nsc.no...
Please define Read.
Do you just want to parse them and read the meta data and pixel data?
I am currently writing such a project, because what GDI+ offers is not
enough,
as GDI+ only supports RGB and performs implicit conversions on the fly when opening a CMYK based TIFF.

If you have experience in TIFF(any) you are welcome to help!
--
Regards,
Dennis JD Myrén
Oslo Kodebureau
"Ivan G." <iv************@hotmail.com> wrote in message
news:On**************@TK2MSFTNGP09.phx.gbl...
Hello, All!

Do you know some free or commercial library for .net or c++ which can read TIFF images?

With best regards, Ivan G.. E-mail: iv************@hotmail.com


Nov 16 '05 #3
Mailing you off the list.

--
Regards,
Dennis JD Myrén
Oslo Kodebureau
"Steve McLellan" <sjm.NOSPAM AT fixerlabs DOT com> wrote in message
news:Ol*************@tk2msftngp13.phx.gbl...
Hi,

It's likely I'm going to need this functionality (in actual fact, I didn't
know it was there). I've used libtiff a lot (and so have some understanding of TIFF). I don't use C# though and it's unlikely (especially at the moment) I'd have time to do any coding on such a project, but if you've got any
questions I'd be happy to attempt to answer them. There are some problems
with writing fully compliant TIFF readers, but hopefully it's possible to
extend what's in GDI+ (somehow) rather than start from scratch. My need is a bit limited; I only require access to the raw pixel values (i.e. I don't
need GDI+ to display the image in CMYK). I'd imagine this is possible in one of the free C++ libraries, so if it's a massive effort to get GDI+ to behave properly it'd probably not be worth my while. Having said that, CMYK support would be useful to a lot of people.

In any case, feel free to get in touch by email (remove the .NOSPAM and the other bits).

Steve

"Dennis Myrén" <de****@oslokb.no> wrote in message
news:Fp*******************@news2.e.nsc.no...
Please define Read.
Do you just want to parse them and read the meta data and pixel data?
I am currently writing such a project, because what GDI+ offers is not
enough,
as GDI+ only supports RGB and performs implicit conversions on the fly

when
opening a CMYK based TIFF.

If you have experience in TIFF(any) you are welcome to help!
--
Regards,
Dennis JD Myrén
Oslo Kodebureau
"Ivan G." <iv************@hotmail.com> wrote in message
news:On**************@TK2MSFTNGP09.phx.gbl...
Hello, All!

Do you know some free or commercial library for .net or c++ which can read TIFF images?

With best regards, Ivan G.. E-mail: iv************@hotmail.com



Nov 16 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Robin Becker | last post by:
Has anyone done transparency with PIL & TIFF? I'm using PIL to generate a preview TIFF for embedding into an eps file and am being asked for the TIFF to support transparency. -- Robin Becker
2
by: Al Reid | last post by:
Is it possible to display an image that is stored on the server as a TIFF image, on an ASP.Net page without the use of an add-in viewer? If so, could someone tell me how to do it? TIA -- Al...
0
by: Will Arrowsmith | last post by:
Hi All, I am trying to create a .tiff file to fax using the windows fax service FAXCOMLib. I have created an array of images (bitmaps) and converted them to 1pbb format in order to allow...
0
by: Will Arrowsmith | last post by:
Hi All, I am aiming to create a multiframe Tiff file that I can fax using the windows fax service FAXCOMLib. I have created an array of Bitmaps (pages I want in my fax doc) and succesfully...
5
by: Shane Story | last post by:
I can seem to get the dimensions of a frame in a multiframe tiff. After selecting activeframe, the Width/Height is still really much larger than the page's actual dimensions. When I split a...
6
by: qysbc | last post by:
I have a web page and there is a link to open a TIFF file. The way I do it is to have the server code open a binary stream, set the content type to "image/tiff" and call Response.BinaryWrite. On...
1
by: amit gupta | last post by:
Hello, I am using QuarkXPress on Macintosh to generate EPS Files with Tiff Preview embedded in it. I have written some C code to extract Tiff Preview from EPS files generated which works pretty...
7
by: Ben | last post by:
Hi We are looking for a component that offers that offers the below for Tiff files: Image clean-up (deskew, despeckle) Printing capabilities from VB The ability to add text to image, e.g....
10
by: =?Utf-8?B?UmludSBHb3BhbGFrcmlzaG5hIFBpbGxhaQ==?= | last post by:
Hi, Please help me to write a dll in C# , that will read each pages of a tiff image from a file and a memory stream object ( need two ways) and creatre a new tiff image object.The dll should...
3
by: GiJeet | last post by:
Hello, we have an app that scans documents into TIFF format and we need to transfer them over the internet. If anyone knows of a SDK we can use that can compress TIFFs on the fly or even if it can...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.