Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Windows API
  4. How to Install Photoshop PSD Previewer

How to Install Photoshop PSD Previewer

Scheduled Pinned Locked Moved Windows API
adobehelptutorialquestion
10 Posts 3 Posters 3 Views 1 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.
  • R Offline
    R Offline
    Roy4Magic
    wrote on last edited by
    #1

    Does anyone know, please, how to install this very useful previewer? The code comes with a .txt file but I just don't understand it! It talks about changing paths, which I really don't get. Can anyone help with an explanation in plain English, please? (and help others struggling, too) Many thanks. Roy

    M R 2 Replies Last reply
    0
    • R Roy4Magic

      Does anyone know, please, how to install this very useful previewer? The code comes with a .txt file but I just don't understand it! It talks about changing paths, which I really don't get. Can anyone help with an explanation in plain English, please? (and help others struggling, too) Many thanks. Roy

      M Offline
      M Offline
      Michael Dunn
      wrote on last edited by
      #2

      Go to the article's forum[^] and ask there - the author will be notified of your post and he can help you out.

      --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ Ford, what's this fish doing in my ear?

      1 Reply Last reply
      0
      • R Roy4Magic

        Does anyone know, please, how to install this very useful previewer? The code comes with a .txt file but I just don't understand it! It talks about changing paths, which I really don't get. Can anyone help with an explanation in plain English, please? (and help others struggling, too) Many thanks. Roy

        R Offline
        R Offline
        Raj Lal
        wrote on last edited by
        #3

        In the folder with the dll file, open a command prompt with admin privileges gacutil -i MsdnMagPreviewHandlers.dll regasm /codebase MsdnMagPreviewHandlers.dll gacutil -i PSDPreviewHandlers.dll regasm /codebase PSDPreviewHandlers.dll thats it , check by clicking the psd file and view in the preview pane

        Omit Needless Words - Strunk, William, Jr.


        Vista? Photoshop Preview Handler here

        R 1 Reply Last reply
        0
        • R Raj Lal

          In the folder with the dll file, open a command prompt with admin privileges gacutil -i MsdnMagPreviewHandlers.dll regasm /codebase MsdnMagPreviewHandlers.dll gacutil -i PSDPreviewHandlers.dll regasm /codebase PSDPreviewHandlers.dll thats it , check by clicking the psd file and view in the preview pane

          Omit Needless Words - Strunk, William, Jr.


          Vista? Photoshop Preview Handler here

          R Offline
          R Offline
          Roy4Magic
          wrote on last edited by
          #4

          Hello, thank you so much for your helpful and quick reply: I’m sorry to bother you but as I understand it you wanted me to go to the folder where I have saved all the downloaded and unzipped files and open it in a DOS window and then type in: gacutil -i MsdnMagPreviewHandlers.dll and hit enter. Unfortunately, this resulted in the following error: "gacutil is not recognised as an internal or external command, operable program or batcg file"(I have done a search on my C-drive and there isn’t a file called ‘gacutil’ on it (I don’t know if there should be one - I have just done a fresh install of Vista. ) Your advice would be most appreciated and thanks for making your program available in this way! Kind regards Roy

          R 1 Reply Last reply
          0
          • R Roy4Magic

            Hello, thank you so much for your helpful and quick reply: I’m sorry to bother you but as I understand it you wanted me to go to the folder where I have saved all the downloaded and unzipped files and open it in a DOS window and then type in: gacutil -i MsdnMagPreviewHandlers.dll and hit enter. Unfortunately, this resulted in the following error: "gacutil is not recognised as an internal or external command, operable program or batcg file"(I have done a search on my C-drive and there isn’t a file called ‘gacutil’ on it (I don’t know if there should be one - I have just done a fresh install of Vista. ) Your advice would be most appreciated and thanks for making your program available in this way! Kind regards Roy

            R Offline
            R Offline
            Raj Lal
            wrote on last edited by
            #5

            CHECK HERE[^] i have added a regasm and gacutil to register the .net dll , Do let me know if it works for you . i will add an installer soon

            Omit Needless Words - Strunk, William, Jr.


            Vista? Photoshop Preview Handler here

            R 1 Reply Last reply
            0
            • R Raj Lal

              CHECK HERE[^] i have added a regasm and gacutil to register the .net dll , Do let me know if it works for you . i will add an installer soon

              Omit Needless Words - Strunk, William, Jr.


              Vista? Photoshop Preview Handler here

              R Offline
              R Offline
              Roy4Magic
              wrote on last edited by
              #6

              Great - that works a treat, thank you very much! just one point, the preview takes 12-15 secs to display, no matter what the size of file (1mb or 47mb), nor whether I have previously viewed it or not, and I have a fast machine. What might that be a function of, please? In any case - great utility and thanks again for your commitment and responsiveness - really appreciated! Kind regards Roy

              R 1 Reply Last reply
              0
              • R Roy4Magic

                Great - that works a treat, thank you very much! just one point, the preview takes 12-15 secs to display, no matter what the size of file (1mb or 47mb), nor whether I have previously viewed it or not, and I have a fast machine. What might that be a function of, please? In any case - great utility and thanks again for your commitment and responsiveness - really appreciated! Kind regards Roy

                R Offline
                R Offline
                Raj Lal
                wrote on last edited by
                #7

                I am glad it worked for you, and thanks for letting me know.

                Roy4Magic wrote:

                the preview takes 12-15 secs to display, no matter what the size of file

                I think it should correspond to the size of the file. If you read the article, you will find that the preview handler actually reads the PSD file in binary format, so if the size of the PSD file is huge like 10 MB, it might take some time. I have a 2 gig ram PC and even the worst time it took was less than a second. Can you check, how much time it takes for the PSD file to open in photoshop. Note that, this is first version, it can only get better :)

                Omit Needless Words - Strunk, William, Jr.


                Vista? Photoshop Preview Handler here

                R 1 Reply Last reply
                0
                • R Raj Lal

                  I am glad it worked for you, and thanks for letting me know.

                  Roy4Magic wrote:

                  the preview takes 12-15 secs to display, no matter what the size of file

                  I think it should correspond to the size of the file. If you read the article, you will find that the preview handler actually reads the PSD file in binary format, so if the size of the PSD file is huge like 10 MB, it might take some time. I have a 2 gig ram PC and even the worst time it took was less than a second. Can you check, how much time it takes for the PSD file to open in photoshop. Note that, this is first version, it can only get better :)

                  Omit Needless Words - Strunk, William, Jr.


                  Vista? Photoshop Preview Handler here

                  R Offline
                  R Offline
                  Roy4Magic
                  wrote on last edited by
                  #8

                  I tested it in Photoshop CS2 as requested (I have a 3gb RAM and duo core)and it was the same if I did not have PS already open (i.e. 12-15 secs, including the opening of PS which takes 10-12 secs anyway) but with PS open it was always <2 secs. So, removing opening time of PS from the equation, most PSDs take 8-12 secs in the previewer. Additionally, many PSDs don't actually display, either at all or incorrectly. They open within <2 secs in PS but often show a cross-hatching or tiny, illegible words in the preview (occasionally, the red X). Many, but not all, are royalty-free images. If there's any way in which I can help you(e.g. screenshots) please do let me know. Best regards Roy

                  R 2 Replies Last reply
                  0
                  • R Roy4Magic

                    I tested it in Photoshop CS2 as requested (I have a 3gb RAM and duo core)and it was the same if I did not have PS already open (i.e. 12-15 secs, including the opening of PS which takes 10-12 secs anyway) but with PS open it was always <2 secs. So, removing opening time of PS from the equation, most PSDs take 8-12 secs in the previewer. Additionally, many PSDs don't actually display, either at all or incorrectly. They open within <2 secs in PS but often show a cross-hatching or tiny, illegible words in the preview (occasionally, the red X). Many, but not all, are royalty-free images. If there's any way in which I can help you(e.g. screenshots) please do let me know. Best regards Roy

                    R Offline
                    R Offline
                    Raj Lal
                    wrote on last edited by
                    #9

                    Roy thanks for the message if by any chance you can send me those .psd images that will be the greatest help so that i can debug it, along with the information which one is taking how much time. Send me at studyrajesh[@]hotmail[.]com Best Raj

                    Omit Needless Words - Strunk, William, Jr.


                    Vista? Photoshop Preview Handler here

                    1 Reply Last reply
                    0
                    • R Roy4Magic

                      I tested it in Photoshop CS2 as requested (I have a 3gb RAM and duo core)and it was the same if I did not have PS already open (i.e. 12-15 secs, including the opening of PS which takes 10-12 secs anyway) but with PS open it was always <2 secs. So, removing opening time of PS from the equation, most PSDs take 8-12 secs in the previewer. Additionally, many PSDs don't actually display, either at all or incorrectly. They open within <2 secs in PS but often show a cross-hatching or tiny, illegible words in the preview (occasionally, the red X). Many, but not all, are royalty-free images. If there's any way in which I can help you(e.g. screenshots) please do let me know. Best regards Roy

                      R Offline
                      R Offline
                      Raj Lal
                      wrote on last edited by
                      #10

                      can you send mesome sample images to test thanks

                      Omit Needless Words - Strunk, William, Jr.


                      Vista? Photoshop Preview Handler here

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups