Well looks like the next version will be set at 4.0.0. There is no timetable for the release at this time though. I'm looking at adding multiple cars/garages before the release. Thanks to magnus for that!
In the mean time we have optional watermarking of full size images coming in 4.0.0.
Here's two attachments of how they will appear if enabled and configured correctly.
By configured correctly we mean, the watermark image is a valid .png and the watermark option is enabled in vbgconfig.php and the path to the file is set correctly in vbgconfig.php and nothing went wrong in the file system. If any of the above does occur, then the image will not be watermarked. Rather then throwing errors when something went wrong we thought it best to just skip the step if a sanity check failed.
The same logic was applied to all the File system access to images if you run 4.0.0 in file system mode. If anything goes wrong, the image is just skipped on the file system side and only database information stored or retrived. This results in no errors being thrown and the only negetive effect being images don't appear. If this occurs, users can report the problem, you can fix it, and they can delete blank images and upload new ones.
Have a look.
|