Re: Need Image analysis/koding tools
Nimo wrote:
> Hi..folks..;
>
> Currenlty, I'm handling some stuff on Lossy algo's (for Images).
>
> where can I find image *analysis* tools to check the results,
>
> I mean to see these stuff side by side for the testing image(s).,
> like
>
> (a) RMSE,
> (b) PSNR,
> (c) Histograms,
> (d) Spectral analysis,
> (e) Handling color spaces,
> (f) dithering stuff
> etc..etc...,
>
> I hope you people know it better than me;
> I don't need to write all those stuff here.
Netpbm has lots of things to offer, including a PSNR measurement tool
(pnmpsnr), a histogram tool (ppmhist) and other nifties. For color space
conversions, the tiff toolchain offers a tool to apply an ICC color
profile to a given image (tifficc) that can be used. netpbm also
includes tools for dithering (ppmdither). You can get the sources, so
modify all that to your needs.
So long,
Thomas
|