Re: c# jpeg in tiff
- From: "Dennis Myrén" <dennis@xxxxxxxxx>
- Date: Thu, 21 Apr 2005 13:40:04 +0100
What are you intending to do with the image once it is loaded?
--
Regards,
Dennis JD Myrén
Oslo Kodebureau
"Albert Greinöcker" <albert.greinoecker@xxxxxxxxxx> wrote in message
news:42679be9$1@xxxxxxxxxxxxxxxxx
> Well, that's the tricky thing about it...it is a tif-file (with tif-header
> and all that stuff, but it contains jpeg compressed image data, e.g.
> Irfanview calls this Compression "Old JPEG (in TIFF)"). We get images of
> that kind from our Kodak i260 scanner :-)
>
>
>
> "Dennis Myrén" <dennis@xxxxxxxxx> schrieb im Newsbeitrag
> news:OdL3ZLmRFHA.3336@xxxxxxxxxxxxxxxxxxxxxxx
>> So it is a TIFF or a JPEG?
>>
>> The internal file structure of them two is totally different.
>>
>>
>>
>>
>> --
>> Regards,
>> Dennis JD Myrén
>> Oslo Kodebureau
>> "Albert Greinöcker" <albert.greinoecker@xxxxxxxxxx> wrote in message
>> news:42675017$1@xxxxxxxxxxxxxxxxx
>>> hi ng,
>>>
>>> I have a question concerning image processing in .NET: How can I open a
>>> jpeg with a tiff-header in c# (which means the file has the extension
>>> .tif, but contains jpeg-compressed data)? When I try to open the image
>>> the usual way, e.g.: Image img = Image.FromFile("thefilename.tif"), I
>>> get an error ("not enough memory"). This meaningful error message always
>>> comes up when .NET cannot deal with the Image format I think...
>>>
>>> Thanks,
>>> Albert
>>>
>>
>>
>
>
.
- Follow-Ups:
- Re: c# jpeg in tiff
- From: Albert Greinöcker
- Re: c# jpeg in tiff
- References:
- c# jpeg in tiff
- From: Albert Greinöcker
- Re: c# jpeg in tiff
- From: Dennis Myrén
- Re: c# jpeg in tiff
- From: Albert Greinöcker
- c# jpeg in tiff
- Prev by Date: Re: Window service interface
- Next by Date: Re: Is COM still relevant
- Previous by thread: Re: c# jpeg in tiff
- Next by thread: Re: c# jpeg in tiff
- Index(es):
Relevant Pages
|