progs:photo-soft
Различия
Показаны различия между двумя версиями страницы.
Предыдущая версия справа и слеваПредыдущая версияСледующая версия | Предыдущая версия | ||
progs:photo-soft [06.04.2025 12:01] – [RAW -> JPG] viacheslav | progs:photo-soft [06.05.2025 15:03] (текущий) – [Resynthesizer / Heal selection] viacheslav | ||
---|---|---|---|
Строка 1: | Строка 1: | ||
====== ImageMagick ====== | ====== ImageMagick ====== | ||
Справка по CLI: https:// | Справка по CLI: https:// | ||
- | Скачать: | + | Скачать: |
+ | Примеры использования: | ||
Строка 20: | Строка 21: | ||
dir $folder -Filter " | dir $folder -Filter " | ||
& ffmpeg -i " | & ffmpeg -i " | ||
- | } -ThrottleLimit | + | } -ThrottleLimit |
# Пропись комментариев | # Пропись комментариев | ||
Строка 64: | Строка 65: | ||
# Нужны не все файлы в папке, иначе можно было бы указать *.bmp для magick.exe | # Нужны не все файлы в папке, иначе можно было бы указать *.bmp для magick.exe | ||
$files = dir *.bmp |? basename -match ' | $files = dir *.bmp |? basename -match ' | ||
- | # 200 dpi, формат А4, поля | + | # 150 dpi, формат А4 (210x297mm / 8.27x11.69in / 595x842pt), поля |
- | & 'C: | + | $dpi = 150 |
- | -density 200 $files.name | + | $a4 = " |
- | -page A4 -bordercolor white -border | + | |
- | -compress jpeg -quality | + | & "C: |
- | | + | $files.name -bordercolor white -border |
+ | -resize $a4 -gravity center -extent $a4 ` | ||
+ | -compress jpeg -quality | ||
+ | "C: | ||
</ | </ | ||
+ | https:// | ||
Вариант с GhostScript. Не так удобно, | Вариант с GhostScript. Не так удобно, | ||
Строка 94: | Строка 99: | ||
</ | </ | ||
+ | ====== Gimp ====== | ||
+ | |||
+ | ===== Resynthesizer / Heal selection ===== | ||
+ | |||
+ | > As an alternative for Windows, one from samj who make a portable gimp 2.10, same code but a more recent compile. Updated to partha versions | ||
+ | > | ||
+ | > One thing that has been updated for Gimp 2.10 is the heal-selection.py plugin. The old one still works although newer version has updated some deprecated procedures. | ||
+ | > | ||
+ | > 64 bit version attached. Unzip, replace the existing, wherever you installed them. ('' | ||
+ | > | ||
+ | > I suspect that it might be more than just an old-version problem. | ||
+ | > | ||
+ | > Edit: Added an updated version | ||
+ | > Edit: The samj version is 0.16c The Partha version is version 2 There is a difference in the resythesize-gui but not in functionality. For use with the ' | ||
+ | > Edit: Some asking about the other plugins. If you need more than the two ' | ||
+ | > | ||
+ | > Example of installation: | ||
+ | |||
+ | {{ : | ||
+ | {{ : | ||
+ | {{ : | ||
+ | https:// |
progs/photo-soft.1743940911.txt.gz · Последнее изменение: — viacheslav