use_paired_jpg_as_mipmap
๐Name
use_paired_jpg_as_mipmap.lua - use the JPG from the RAW+JPG pair as the full size mipmap
๐Description
use_paired_jpg_as_mipmap looks for RAW+JPEG image pairs as images are imported. After import the JPEG image is copied to the mipmap cache as the full resolution mipmap. Requests for smaller mipmap sizes can be satisfied by down sampling the full resolution mipmap. User’s can decide whether or not to keep the paired JPEG files. The default is to keep them. If the user doesn’t want them, they are deleted after being copied to the mipmap cache.
๐Usage
- start this script from script_manager or require it in the user luarc file
- configure the preference to keep or remove the JPEG files
๐Additional Software Required
None
๐Limitations
๐Author
Bill Ferguson - wpferguson@gmail.com