Hi All,
I have a load of time stamped collected data as jpgs. Is there a way to trim off the left and/or right sides of a set of jpgs and join them together in php so that the server can serve up a linear graph/chart composed of the selected data range?
The other way, I would have to determine which files are needed, append these files (tab delimited in ASCII), strip out unwanted text and html code, decode the time stamps, then select needed data lines, put only specific selected data columns into arrays from multiple files and find a way to plot this in various colors, then display. I suppose this is the most versatile approach, but the graphing is not something I know how to do either.....



Reply With Quote

Bookmarks