Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Adobe Photoshop CC 2015 Plugin
QtWS25 Last Chance

Adobe Photoshop CC 2015 Plugin

Scheduled Pinned Locked Moved Unsolved General and Desktop
20 Posts 7 Posters 9.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Jagir
    9 Nov 2015, 06:14

    Hi,

    Thanks for your reply.

    I have created entire plugin in Qt framework.
    First , I want integrate one blank form to adobe photoshop cc 2015 inside filter menu.
    GUI is ready , but now i want that plugin in filter menu.

    I follow echo plugin tutorial : http://doc.qt.io/qt-5/qtwidgets-tools-echoplugin-example.html

    Now i want this echo plugin inside filter menu of adobe photoshop cc 2015.
    What changes should I do?
    What steps should i follow that help me to deploy this plugin in adobe photoshop cc 2015.?

    I am using trial version of Adobe Photoshop CC 2015.
    I have downloaded Adobe Photoshop SDK cc_2015
    I am using Qt Creator v5.5.

    I refer following links :-
    http://doc.qt.io/qt-5/qtwidgets-tools-echoplugin-example.html
    https://forum.qt.io/topic/5858/qt-photoshop-mac-migration-problem
    https://forum.qt.io/topic/60303/invert-selection/1
    and many.

    I also study following project
    http://forum.qt.io/topic/21651/libqpsd-qt-c-plugin-for-photoshop-document-psd-psb
    but this could not help me for the same.

    If possible then please explain it using complete working example , so that i can learn from it.

    Please reply me as soon as possible.

    J Offline
    J Offline
    JKSH
    Moderators
    wrote on 9 Nov 2015, 09:13 last edited by
    #11

    @Jagir said:

    Now i want this echo plugin inside filter menu of adobe photoshop cc 2015.
    What changes should I do?
    What steps should i follow that help me to deploy this plugin in adobe photoshop cc 2015.?

    I agree with @jsulm: First, you must learn how to use the Photoshop SDK.

    I refer following links :-
    http://doc.qt.io/qt-5/qtwidgets-tools-echoplugin-example.html

    The Echo Plugin example shows you how to create plugins for Qt programs. It does not show you how to create plugins for Photoshop.

    I also study following project
    http://forum.qt.io/topic/21651/libqpsd-qt-c-plugin-for-photoshop-document-psd-psb
    but this could not help me for the same.

    libqpsd lets you read and write PSD files. It is not a plugin for Photoshop.

    Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

    1 Reply Last reply
    0
    • J Offline
      J Offline
      Jagir
      wrote on 9 Nov 2015, 09:14 last edited by Jagir 11 Sept 2015, 09:20
      #12

      I already checked Photoshop SDK , they have not provided any documentation related to "Make Plugins using Qt framework".

      I want to create Photoshop plugin using Qt.

      They give only theory related to this.

      J 1 Reply Last reply 9 Nov 2015, 09:20
      0
      • J Jagir
        9 Nov 2015, 09:14

        I already checked Photoshop SDK , they have not provided any documentation related to "Make Plugins using Qt framework".

        I want to create Photoshop plugin using Qt.

        They give only theory related to this.

        J Offline
        J Offline
        JKSH
        Moderators
        wrote on 9 Nov 2015, 09:20 last edited by JKSH 11 Sept 2015, 09:23
        #13

        @Jagir said:

        I already checked Photoshop SDK , they have not provided any documentation related to "Make Plugins using Qt framework".

        If you want to use Qt to make a plugin for Photoshop, you must follow these steps:

        1. Learn how to use the Photoshop SDK.
        2. Learn how to use Qt.
        3. Write your plugin using Qt functions and Photoshop SDK functions.

        We cannot help you with #1.
        We can help you with #2.
        We might be able to help you (a bit) with #3.

        The most important step is #1: Learn how to use the Photoshop SDK. You need to finish step #1 and step #2 first, before you can do step #3.

        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

        1 Reply Last reply
        1
        • J Offline
          J Offline
          Jagir
          wrote on 9 Nov 2015, 09:24 last edited by
          #14

          Okay , So i need to integrate Photoshop SDK in Qt Creator or directly i can use it's header file?

          J 1 Reply Last reply 9 Nov 2015, 10:51
          0
          • J Jagir
            9 Nov 2015, 09:24

            Okay , So i need to integrate Photoshop SDK in Qt Creator or directly i can use it's header file?

            J Offline
            J Offline
            JKSH
            Moderators
            wrote on 9 Nov 2015, 10:51 last edited by
            #15

            @Jagir said:

            Okay , So i need to integrate Photoshop SDK in Qt Creator or directly i can use it's header file?

            I don't know how the Photoshop SDK works, but I'm guessing that you can add it to your project in Qt Creator as a 3rd-party library:

            • http://doc.qt.io/qt-5/third-party-libraries.html
            • http://stackoverflow.com/questions/647698/qt-add-path-for-3rd-party-header-and-libraries

            Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

            1 Reply Last reply
            0
            • M Offline
              M Offline
              mrjj
              Lifetime Qt Champion
              wrote on 9 Nov 2015, 10:59 last edited by
              #16

              Hi
              in the SDK, there are sln files for demo projects.
              Why not start by making sure those compiles in
              VIsual Studio 2013 Community Edition
              before trying to make it work in Creator ?

              1 Reply Last reply
              0
              • J Offline
                J Offline
                Jagir
                wrote on 10 Nov 2015, 08:36 last edited by
                #17

                Okay Let me try.

                1 Reply Last reply
                0
                • M mrjj
                  6 Nov 2015, 12:57

                  @Jagir
                  Hi
                  You must own a copy of
                  Microsoft Visual Studio 2013 Professional Edition (64-bit tools installed)
                  The free version will not work.
                  It must be that compiler or photoshop WILL never load ur plugin.

                  But if you are new to programming, the plugin SDK will be really hard for you.
                  Its hardcore C. really hardcore. unforgiven.

                  What shall this plugin do?
                  Are you sure you cannot just use scripting as it can
                  do almost the same things as plugins.
                  http://www.tranberry.com/photoshop/photoshop_scripting/

                  S Offline
                  S Offline
                  Softae
                  wrote on 13 Aug 2018, 01:12 last edited by
                  #18
                  This post is deleted!
                  1 Reply Last reply
                  0
                  • G Offline
                    G Offline
                    gregpoulsen
                    Banned
                    wrote on 29 Mar 2019, 12:12 last edited by gregpoulsen
                    #19
                    This post is deleted!
                    1 Reply Last reply
                    0
                    • K Offline
                      K Offline
                      kaleemo
                      Banned
                      wrote on 19 Mar 2021, 15:33 last edited by
                      #20
                      This post is deleted!
                      1 Reply Last reply
                      0

                      • Login

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Groups
                      • Search
                      • Get Qt Extensions
                      • Unsolved