Xavier, I don't think you should use FileOps.$readentirefile() for this. The result of that call adds a 12-byte header that will interfere when trying to interpret the field as an image. You only want the data fork contents, without any header. Kelly