Copie des fichiers image dans le dossier converti

Voici la documentation officielle :

Voici un exemple (en supposant que le nom de fichier ne change pas) :

PostCustomCommandPath=C:\Windows\System32\cmd.exe
PostCustomCommandParameters="/c copy \"%originalfilepath%\\%originalfilename%-thumb.jpg\" \"%destinationpath%\\\""
PostCustomCommandHangPeriod=60
PostCustomCommandCritical=false
PostCustomCommandUISession=false
PostCustomCommandShowWindow=false
PostCustomCommandExitCodeCheck=false

Si vous utilisez la dernière version 2.4.9, vous pouvez utiliser "%destinationpath%\\%convertedfilename%-thumb.jpg" si votre nom de fichier converti est différent du nom de fichier original.