cPicture

  • Workflow example: FTP upload

    📅 18. Februar 2014

    As part of a workflow, processed pictures often gets transferred to the final web site or publisher via the File Transfer Protocol (FTP).
    FTP is an efficient and fast way to transfer large files over the Internet. Every webhoster provides FTP services and with this upload script you can easily transfer your images with cPicture.


    Download the ftp-upload.ps1 script, set the password and login name of your FTP server in the script and remove the trailing .txt from the downloaded script file.

    Add the script file to the folder where you copied cPicture.exe.
    Make sure you have the function plugin for powershell scripts installed.

    Run cPicture, select your pictures and start the upload script from the menu:

  • Workflow example: Open any RAW with Capture NX

    📅 15. Februar 2014

    To open your Raw file you can simply assign an editor in cPicture to open the file. But if you like to open a RAW file with another editor not supporting your used RAW Format, you can use the universal DNG format to link to your editor.

    In this example, we will use external tools and a plugin script to create a simple workflow to open a non-Nikon RAW file with the Nikon RAW software Capture NX.
    First the RAW gets converted to a DNG and then to a 16bit TIFF, which can be opened by Capture NX.

    You need the ImageMagick Tools and the Adobe DNG converter:

    • Download the ImageMagick Tools ImageMagick and install
      Choose the Q16 Version of ImageMagick to ensure no loss in Quality: ImageMagick-6.8.8-6-Q16-x64-dll.exe

    • Download the Adobe DNG converter Adobe DNG converter and install


    Download the convert-Raw-to-TIFF.ps1 script, adjust the file path of the tools in the script

    • C:\Program Files (x86)\Adobe\Adobe DNG Converter.exe
    • C:\Program Files (x86)\ImageMagick-6.8.8-Q16\convert
    • C:\Program Files ikon\Capture NX 2\Capture NX 2.exe

    and remove the trailing .txt from the downloaded script file.

    Add the script file to the folder where you copied cPicture.exe.
    Make sure you have the function plugin for powershell scripts installed.

    Run cPicture, select your RAW picture and start the conversion script from the menu:


    The script will first convert the RAW to a DNG and then using the ImageMagick Tools to convert the DNG to a 16bit TIFF that gets opened by the Nikon software.

  • The Cat

    📅 5. Februar 2014

  • cPicture 3.3

    📅 5. Februar 2014 · updates

    cPicture is updated to version 3.3

    • new syncronization architecture (resolve display lock-up issue)
    • improved tethered shooting

    cPicture is a portable App, so no installation is required.

    Download the .ZIP file, (click here for the 64bit version) open the ZIP file and copy the cPicture.exe anywhere on your computer to run the app or use the 'Check for updates' button in the 'Other' category.
    See the Download Instructions for more details.

    For questions, please mail to: cpicture

  • Encrypt / Decrypt your pictures

    📅 28. Januar 2014

    These two plugins encrypt and decrypt your pictures to avoid unauthorized access. For example you can store your pictures in an online storage without the fear of anyone scanning and looking at your pictures. The encryption and decryption is done with the Windows .NET Security library via a powershell plugin and uses a 256bit symmetrical chiffre which keeps even the NSA out.
    Install

    Unzip the encrypt-decrypt plugin to the folder where you copied cPicture.exe
    (Make sure you change the password and the secret phrases in both the encrypt and decrypt script!)
    Usage

    Select your pictures and click the function plug-ins button in the menu ribbon to select the encrypt script:


    The pictures cannot be read anymore and will be shown as such. You would add those pictures to your online store or send it to someone. If you send the pictures to someone, you need to pass on your encrypt.ps1 and decrypt.ps1 script passwords in a secure channel. Since you encrypt before any Internet Transfer, there is no chance anyone looking at them.

    To decrypt, select the encrypted pictures and click the function plug-ins button in the menu ribbon to select the decrypt script:


    The pictures will be now visible again:


    Note: The script plugin in this package does not display the Powershell console for each processed picture. If you like to have a console displayed for each processed picture, use the Script plugin for powershell scripts from the Plugins page.
    The only difference in the script plugin is in line #204 plugin.cpp. See the source code of the plugin for more detail.

    shInfo.nShow = SW_HIDE;
← Neuere Beiträge Seite 10 von 14 Ältere Beiträge →

Erstellt mit BitBlog!