in reply to Re: Testing JPEGs for validity (windows)
in thread Testing JPEGs for validity (windows)

Image::JpegCheck does what is says: checks if it's a JPEG, no necessarily a valid one.

I've no clue on how to compile on widows 7 x64. I tried following some guides, made some progress, but could not make it compile :(

Any other ideas?

  • Comment on Re^2: Testing JPEGs for validity (windows)

Replies are listed 'Best First'.
Re^3: Testing JPEGs for validity (windows)
by Anonymous Monk on Jul 13, 2010 at 07:44 UTC
    I've no clue on how to compile on widows 7 x64. I tried following some guides, made some progress, but could not make it compile :( Any other ideas?

    Install strawberry perl, it comes with libjpeg

      Install strawberry perl, it comes with libjpeg

      I could try that, but I'd rather learn how to do it properly.

        I could try that, but I'd rather learn how to do it properly.

        Really? Why are you asking for other ideas, and why aren't you reading the README/INSTALL.... files? Perl::Dist::Strawberry

        Not to put too fine a point on it, but some will say that installing Strawberry Perl is the proper way to do it.

        But, I have Strawberry Perl 5.12 installed and this module errors out during install, so ... no prize.

        CountZero

        A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James