Documents\ShareX\ApplicationConfig.json
Documents\ShareX\ApplicationConfig.json.temp
Documents\ShareX\Backup\ApplicationConfig.json
Documents\ShareX\Backup\ApplicationConfig-2020-05-W22.json
.sxie
extension for ShareX image effects-ImageEffect "filePath"
CLI command, which is what .sxie
extension use.sxie
files. Advantage of packager compared to previous .json
export is package can contain image files required for image effect to function, but also ease of importing image effects for users which is just double clicking .sxie
file%ShareXImageEffects%
path variable which will be used in all image effects which requires file or folder path, so when you supply path which is inside ShareX image effects folder then that section of the path will be automatically replaced with %ShareXImageEffects%
. Reason for this is, if you share image effect to another user and if that users image effects folder is in custom location then path will still match correctly. Image effect packager also making sure that you can't select assets folder outside of ShareX image effects folder to make sure that paths will match correctlyNearest neighbor
is handy when you want to make image border with 1px length image and extend it to fill whole image length, without this option extended image was looking blurry because of anti aliasing while drawing enlarged imageSource copy
option is handy when you want to draw image border corner which is rounded and contains transparency, those transparent pixels will be drawn directly without blending with image underneath that way you can make sure corners are transparent0
is used for width or height-ImageEffects "filePath"
CLI command