Digikam/Photoshop Preset Curves/uk: Difference between revisions
Created page with "Category:Графіка/uk Category:Фотографія/uk Category:Підручники/uk" |
No edit summary |
||
Line 6: | Line 6: | ||
While '''digiKam''' can’t handle Adobe '''Photoshop''' curve presets directly, the application supports curves in the GIMP-compatible CRV format. So if you want to use Adobe Photoshop curve presets with '''digiKam''', you have to convert them into .crv files — and the acv2gimp.py Python script can help you with that. Before you put the script to use, make sure that '''Python''' is installed on your system. Next, use the <code>chmod +x acv2gimp.py</code> command to make the script executable. Once you’ve done that, you can convert a curve preset by running the <code>./acv2gimp.py</code> command followed by the name of the file in the ACV format: | While '''digiKam''' can’t handle Adobe '''Photoshop''' curve presets directly, the application supports curves in the GIMP-compatible CRV format. So if you want to use Adobe Photoshop curve presets with '''digiKam''', you have to convert them into .crv files — and the acv2gimp.py Python script can help you with that. Before you put the script to use, make sure that '''Python''' is installed on your system. Next, use the <code>chmod +x acv2gimp.py</code> command to make the script executable. Once you’ve done that, you can convert a curve preset by running the <code>./acv2gimp.py</code> command followed by the name of the file in the ACV format: | ||
{{Input|1=./acv2gimp.py | {{Input|1=./acv2gimp.py набір_кривих.acv}} | ||
Типово, файл з перетвореними даними матиме ту саму назву, що і початковий файл (тобто з файла набір_еталонних_кривих.acv вийде файл набір_еталонних_кривих), але ви можете скористатися параметром -o, щоб визначити іншу назву: | Типово, файл з перетвореними даними матиме ту саму назву, що і початковий файл (тобто з файла набір_еталонних_кривих.acv вийде файл набір_еталонних_кривих), але ви можете скористатися параметром -o, щоб визначити іншу назву: |
Revision as of 13:41, 24 December 2012
Використання еталонних кривих Adobe Photoshop у digiKam
Створено на основі допису у блозі Дмітрія Попова (Dmitri Popov), 17 грудня 2012 року
While digiKam can’t handle Adobe Photoshop curve presets directly, the application supports curves in the GIMP-compatible CRV format. So if you want to use Adobe Photoshop curve presets with digiKam, you have to convert them into .crv files — and the acv2gimp.py Python script can help you with that. Before you put the script to use, make sure that Python is installed on your system. Next, use the chmod +x acv2gimp.py
command to make the script executable. Once you’ve done that, you can convert a curve preset by running the ./acv2gimp.py
command followed by the name of the file in the ACV format:
./acv2gimp.py набір_кривих.acv
Типово, файл з перетвореними даними матиме ту саму назву, що і початковий файл (тобто з файла набір_еталонних_кривих.acv вийде файл набір_еталонних_кривих), але ви можете скористатися параметром -o, щоб визначити іншу назву:
./acv2gimp.py -o перетворений_набір_кривих.crv набір_кривих.acv
Щоб завантажити перетворений набір кривих у digiKam, відкрийте фотографію для редагування і виберіть пункт меню
. Натисніть кнопку і виберіть файл з перетвореними даними.