Re: [Haskell-cafe] Processing EXIF data with Haskell

2009-09-27 Thread Colin Paul Adams
> "Don" == Don Stewart writes: Don> colin: >> I'm writing web software for a photograph gallery. I want to be >> able to display selective fields from the EXIF data. I thought >> I would be able to use the GD and exif libraries from Hackage >> to do this. However: >>

Re: [Haskell-cafe] Processing EXIF data with Haskell

2009-09-27 Thread Don Stewart
colin: > I'm writing web software for a photograph gallery. I want to be able > to display selective fields from the EXIF data. I thought I would be > able to use the GD and exif libraries from Hackage to do > this. However: > > Calling Graphics.GD.loadJpegByteString followed by > Graphics.GD.save

[Haskell-cafe] Processing EXIF data with Haskell

2009-09-27 Thread Colin Paul Adams
I'm writing web software for a photograph gallery. I want to be able to display selective fields from the EXIF data. I thought I would be able to use the GD and exif libraries from Hackage to do this. However: Calling Graphics.GD.loadJpegByteString followed by Graphics.GD.saveJpegFile does not pre