C#: Extract Thumbnail from AI/EPS formats

已取消 已发布的 Apr 17, 2012 货到付款
已取消 货到付款

I need a C# class to extract the thumbnail from AI and EPS formats, and gets it as the Bitmap class.

The thumbnail is located between %AI7_Thumbnail and %EndData tags.

Thumbnail format:

-------------------------------------------------- ------------

%AI7_Thumbnail: width height bitsperpixel

%%BeginData: hexdigitcount Hex Bytes

color table data

image data

Both the color table and image data are ASCII Hex encoded. Each line of data is preceded by a '%' character to make them comments as far as

PostScript is concerned.

The color table is present only if bitsperpixel is 8 (I think this is the usual case but the code does appear to also support 24 bit data). The color table consists of 256 RGB triples. Each triple consists of three bytes in the order R, G, B.

The image data may or may not be RLE compressed. It is RLE compressed if the first three bytes are 'R', 'L', 'E'. Otherwise it is not RLE compressed.

The following algorithm decompresses the RLE data:

let b = next input byte

if (b != 0xFD)

copy b to the output

else

let b = next input byte

if (b == 0xFD)

copy b to the output

else

let n = b

let b = next input byte

copy b to the output n times

endif

endif

-------------------------------------------------- ------------

- The class should recognize 8 and 24 bit thumbnails. 8-bit thumbnails might be compressed with RLE.

- There is a small free program written in Java that has the similar functionality

- I'll pass the class you'll write through my test AI/EPS collection of files (~20 images)

I have other tasks for a people who will successfully and accurately did this job.

Please specify me your price and time you need to complete this job.

.NET C# 编程

项目ID: #1569597

关于项目

5个方案 远程项目 活跃的Apr 18, 2012

有5名威客正在参与此工作的竞标,均价$144/小时

maxibrain

Hello from Ukraine! Will complete the code ASAP.

$50USD 在1天里
(12条评论)
6.0
corluk

======== with 10 years of Experience =======

$450 USD 在15天内
(0条评论)
0.0
michael527

Hi. I finish this project for you in under an hour. Please see PM.

$30 USD 在0天内
(1条评论)
3.8
benialashok

Hi, I would like to work on your project. Please check my PMB. Regards,

$140 USD 在3天内
(0条评论)
0.0
AkaalNetSolution

Hello Hiring Manager, i have 5+ exp in making apps in .net. I am interested in this project. Please consider my bid. Regards

$50USD 在1天里
(1条评论)
0.0