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
Forum Updated to NodeBB v4.3 + New Features

Adobe Photoshop CC 2015 Plugin

Scheduled Pinned Locked Moved Unsolved General and Desktop
20 Posts 7 Posters 9.7k Views 2 Watching
  • 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.
  • jsulmJ Offline
    jsulmJ Offline
    jsulm
    Lifetime Qt Champion
    wrote on last edited by
    #2

    I guess you're talking about Qt not QT (QuickTime)?
    Is Adobe Photoshop CC 2015 written using Qt?
    If not then I doubt you can integrate QtPlugin there.

    https://forum.qt.io/topic/113070/qt-code-of-conduct

    1 Reply Last reply
    0
    • J Offline
      J Offline
      Jagir
      wrote on last edited by
      #3

      Yes i am talking about Qt framework.
      Adobe Photoshop written using Qt.
      I build one plugin but not know how to integrate it with Photoshop so i need help.

      1 Reply Last reply
      0
      • jsulmJ Offline
        jsulmJ Offline
        jsulm
        Lifetime Qt Champion
        wrote on last edited by
        #4

        You probably have to use their SDK: http://www.adobe.com/devnet/photoshop.html

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0
        • J Offline
          J Offline
          Jagir
          wrote on last edited by
          #5

          Okay Thanks for answer.

          As i am newbie to this can you please guide me how can i integrate Photoshop SDK into Qt and how can i use Photoshop function in Qt?

          mrjjM 1 Reply Last reply
          0
          • J Jagir

            Okay Thanks for answer.

            As i am newbie to this can you please guide me how can i integrate Photoshop SDK into Qt and how can i use Photoshop function in Qt?

            mrjjM Offline
            mrjjM Offline
            mrjj
            Lifetime Qt Champion
            wrote on last edited by
            #6

            @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/

            JKSHJ S 2 Replies Last reply
            0
            • mrjjM mrjj

              @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/

              JKSHJ Offline
              JKSHJ Offline
              JKSH
              Moderators
              wrote on last edited by
              #7

              @mrjj said:

              You must own a copy of
              Microsoft Visual Studio 2013 Professional Edition (64-bit tools installed)
              The free version will not work.

              VIsual Studio 2013 Community Edition works, yet it's free. It has the same features as the Professional Edition.

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

              mrjjM 1 Reply Last reply
              0
              • JKSHJ JKSH

                @mrjj said:

                You must own a copy of
                Microsoft Visual Studio 2013 Professional Edition (64-bit tools installed)
                The free version will not work.

                VIsual Studio 2013 Community Edition works, yet it's free. It has the same features as the Professional Edition.

                mrjjM Offline
                mrjjM Offline
                mrjj
                Lifetime Qt Champion
                wrote on last edited by
                #8

                @JKSH said:

                Community Edition

                Oh, that is lovely :)
                No more express issues then.

                1 Reply Last reply
                0
                • J Offline
                  J Offline
                  Jagir
                  wrote on last edited by
                  #9

                  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.

                  JKSHJ 1 Reply Last reply
                  0
                  • jsulmJ Offline
                    jsulmJ Offline
                    jsulm
                    Lifetime Qt Champion
                    wrote on last edited by
                    #10

                    I never written a plugin for Photoshop. But I think you should check the documentation in the Photoshop SDK since you're going to write a plugin for Photoshop.

                    https://forum.qt.io/topic/113070/qt-code-of-conduct

                    1 Reply Last reply
                    0
                    • J Jagir

                      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.

                      JKSHJ Offline
                      JKSHJ Offline
                      JKSH
                      Moderators
                      wrote on 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 last edited by Jagir
                        #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.

                        JKSHJ 1 Reply Last reply
                        0
                        • J Jagir

                          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.

                          JKSHJ Offline
                          JKSHJ Offline
                          JKSH
                          Moderators
                          wrote on last edited by JKSH
                          #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 last edited by
                            #14

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

                            JKSHJ 1 Reply Last reply
                            0
                            • J Jagir

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

                              JKSHJ Offline
                              JKSHJ Offline
                              JKSH
                              Moderators
                              wrote on 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
                              • mrjjM Offline
                                mrjjM Offline
                                mrjj
                                Lifetime Qt Champion
                                wrote on 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 last edited by
                                  #17

                                  Okay Let me try.

                                  1 Reply Last reply
                                  0
                                  • mrjjM mrjj

                                    @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 last edited by
                                    #18
                                    This post is deleted!
                                    1 Reply Last reply
                                    0
                                    • G Offline
                                      G Offline
                                      gregpoulsen
                                      Banned
                                      wrote on last edited by gregpoulsen
                                      #19
                                      This post is deleted!
                                      1 Reply Last reply
                                      0
                                      • K Offline
                                        K Offline
                                        kaleemo
                                        Banned
                                        wrote on 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