mono/packages/media/integration/jpg.reg
2025-08-13 18:12:54 +02:00

22 lines
601 B
Reg

Windows Registry Editor Version 5.00
; Associate both lowercase and uppercase .jpg to jpegfile
[HKEY_CLASSES_ROOT\.jpg]
@="jpegfile"
[HKEY_CLASSES_ROOT\.JPG]
@="jpegfile"
; Main group "Image Tools"
[HKEY_CLASSES_ROOT\jpegfile\shell\ImageTools]
"MUIVerb"="Image Tools"
"SubCommands"=""
; --- Resize Command ---
[HKEY_CLASSES_ROOT\jpegfile\shell\ImageTools\shell\Resize]
"MUIVerb"="Resize"
"Icon"="imageres.dll,-5308"
[HKEY_CLASSES_ROOT\jpegfile\shell\ImageTools\shell\Resize\command]
@="\"pm-media" resize --minWidth=1900 --width=1980 --alt=true --logLevel=info --src=\"%1\""