On Fri, 13 Oct 2006 02:35:34 +0200, Emil Edeholt wrote: > Hi! > > I'm trying to make thumbnails of uploaded jpegs via GD. It works fine on > most jpegs but doesn't seem to work on canon jpegs (tried both a > consumer canon and one of the finer DSLRs). When I resaved the canon > jpeg in my imaging application GD could handle it. > > Any ideas of how to solve this? I'm in a bit of a panic. > > Emil Not a solution, but possibly a workaround: use ImageMagick, have your script run the `convert` command in stead of having to worry about the implementation yourself. Ivo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php