You want to detect edges before you decompress the image? Are you sure? Most edge detection algorithms depends on having a matrix of pixels. That implies decompression. If you don't want to decompress all at once, you'll at least have to do some sort of banding algorithm to get an uncompressed band of scanlines, with enough scanlines to do incremental edge detection on. I've not heard of anyone having done this, but GIF decompression algorithm certainly makes this possible.
Unless you're under really tight space constraints, you'll get there a lot quicker if you decompress first.
In reply to Re: GIF Image Processing
by dws
in thread GIF Image Processing
by gri6507
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |