Thread: Photoshop Plugin

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    46

    Photoshop Plugin

    I'm trying to write a plugin for Adobe Photoshop, which would trace the most primary parts of a layer with a 1px pencil. So like.... if you have a layer of a building, or engine, it would kinda turn it into wire frame model. But
    here is my problem how can you can determine the coordinates of and object's vertices from a 2d image, without knowing the light source details, surface
    properties, refraction indexes, reflectivity, etc etc etc of that scene.

    I’m thinking that if I get a function to convert a 2d image to grayscale use that to get a 2d wire frame then transpose that image on the z axis that might work. But, still how would I account for the textures, perspective, and reflections.

    Also how the **** would I implement this into Photoshop as a plug in without the Photoshop code. I would like it to work as a filer. So it could do this effect on just 1 layer so how would I make it compatible with the .psd file format?

    Thanks an advance for your advice getting me going on this.

  2. #2
    Registered User
    Join Date
    Feb 2002
    Posts
    589
    I would venture to guess that adobe have some info about how the plugins can interact with the mainapp. Have you looked on Adobes web page?

  3. #3
    Registered User
    Join Date
    Sep 2001
    Posts
    46
    Originally posted by Barjor
    I would venture to guess that adobe have some info about how the plugins can interact with the mainapp. Have you looked on Adobes web page?
    YA, and I e-mailed them... but, I'm not a company so they won't waste any time on me.

  4. #4
    Registered User
    Join Date
    Feb 2002
    Posts
    589
    You should try there search engine. It is pretty good.

    http://partners.adobe.com/asn/developer/sdks.html
    Last edited by Barjor; 03-15-2002 at 09:52 PM.

  5. #5
    ‡ †hë Ö†hÈr sîÐè ‡ Nor's Avatar
    Join Date
    Nov 2001
    Posts
    299
    SDK = Software Development Kit
    Try to help all less knowledgeable than yourself, within
    the limits provided by time, complexity and tolerance.
    - Nor

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Plugin System Architecture
    By appleGuy in forum C++ Programming
    Replies: 0
    Last Post: 06-08-2009, 01:09 PM
  2. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  3. Plugin doesn't load on some systems
    By C+/- in forum C++ Programming
    Replies: 0
    Last Post: 06-16-2007, 08:46 AM
  4. Creating Photoshop Plugin
    By arjunajay in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 08-04-2006, 04:16 AM
  5. trying to figure out someone's code for a plugin
    By paulpars in forum C++ Programming
    Replies: 4
    Last Post: 07-20-2006, 10:57 AM