I could do just rotating an image, but not the saving part because the built in .net jpeg save method is really crappy and will result in a loss of image quality.
stevenhanna6 wrote:I could do just rotating an image, but not the saving part because the built in .net jpeg save method is really crappy and will result in a loss of image quality.
for me updating the database is better than rotating the actual files - they are on a (normally) read only sever...
Come to think of it - we don't need to actually SAVE the images - they could just be LABELED as rotate(d) 90/180 L/R in the database, and then XLobby could rotate them when displaying!!! And thumbnails (cache) could be rotated... there is no problem in quality with that!