Skip to main content
尾上折紙
Participant
October 19, 2015
Pregunta

How to create Photoshop plugin in Xcode

  • October 19, 2015
  • 1 respuesta
  • 1311 visualizaciones

I'm looking for a way to create a PhotoshopPlugin in Xcode, but material is small do not know about it.

I want you to tell me if anyone knows the right way.

OS : OS X El Capitan

IDE: Xcode 7

CC Version: 2015

Este tema ha sido cerrado para respuestas.

1 respuesta

Participant
October 20, 2015

You could stick to the "Dissolve"-example which is the basic layout for an XCode-project for a filter-plugin. If you need import-plugins, then use a different one.

See: http://download.macromedia.com/pub/developer/photoshop/sdk/adobe_photoshop_sdk_cc_2015_mac.zip and then photoshopsdk_CC2015/pluginsdk/samplecode/filter/dissolve

Dissolve uses Cocoa for the UI and should be buildable with your setting.