Search found 42 matches

by cincirin
Sat Jul 09, 2011 4:45 pm
Forum: Other Graphics Tools
Topic: Photoshop Filters Host SDK
Replies: 72
Views: 304647

Re: Photoshop Filters Host SDK

Hi. I am glad that you managed to work with our software. Now, I guess that you will try to port code in Qt ( framework by Nokia ), and not QT ( QuickTime ) :P However what I want to say is that we have developed Visere, a cross-platform 2D and 3D software based on Qt. Windows version of Visere 2D u...
by cincirin
Fri Jul 08, 2011 8:20 am
Forum: Other Graphics Tools
Topic: Photoshop Filters Host SDK
Replies: 72
Views: 304647

Re: Photoshop Filters Host SDK

hi Harshit, From what I understand, you are trying to test some proprietary Adobe Photoshop filters. I don't know exactly whats' the problem with them, probably we don't have layer support, or else. I'll investigate more in near future. What can I tell you I sure know that we tested many other filte...
by cincirin
Thu Jul 07, 2011 12:00 pm
Forum: Other Graphics Tools
Topic: Photoshop Filters Host SDK
Replies: 72
Views: 304647

Re: Photoshop Filters Host SDK

Hi. After you decompress the archive, you'll find in example/vsrPp_app.cpp the complete code of generated bin/Win32/vsrPp_app.exe . If you look at include/vsrPp_sdk.h this header contain a small description of every functions from sdk. Also if you run vsrPp_app.exe don't forget to copy in Photoshop ...
by cincirin
Thu May 26, 2011 12:37 pm
Forum: Other Graphics Tools
Topic: Photoshop Filters Host SDK
Replies: 72
Views: 304647

Re: Photoshop Filters Host SDK

Ok, we'll add support for 16 bit/channel rgb(a) images. The leading cause for which we have only supports grayscale was that we've used it for DICOM images, which are mostly 16 bit grayscale.
by cincirin
Thu May 26, 2011 8:19 am
Forum: Other Graphics Tools
Topic: Photoshop Filters Host SDK
Replies: 72
Views: 304647

Re: Photoshop Filters Host SDK

I forgot to mention that our Photoshop host sdk (vsrPp_sdk) support 16 bit grayscale images. We'll add support for 16 bit rgb(a) images if you want it implemented. Also, as I wrote earlier in this post, vsrPp_sdk support many PICA callbacks suites for your Automation plug-ins.
by cincirin
Tue May 24, 2011 12:40 pm
Forum: Other Graphics Tools
Topic: Photoshop Filters Host SDK
Replies: 72
Views: 304647

Re: Photoshop Filters Host SDK

Thanks for your appreciation. However, any bad opinions are welcome :wink: we are delighted to fix them. Your feedback and requests are welcome.
by cincirin
Tue May 24, 2011 10:49 am
Forum: Other Graphics Tools
Topic: Photoshop Filters Host SDK
Replies: 72
Views: 304647

Re: Photoshop Filters Host SDK

@errolw, please note that our Photoshop host SDK (vsrPp_sdk) is now hosted here http://pictomic.com/data/vsrPp_sdk.1.0.11000-win.tar.gz . Also, you can download anytime new version available from here: http://dmmd.net/main_wp/visere-6-5/ This SDK allow you to run Photoshop filters (32 & 64 bits) ins...
by cincirin
Tue Apr 12, 2011 12:29 pm
Forum: Other Graphics Tools
Topic: Photoshop Filters Host SDK
Replies: 72
Views: 304647

Re: Photoshop Filters Host SDK

Starting with vsrPp_sdk ver. 1.0.10987 our Photoshop host sdk has support for automation plug-ins. :wink: I know there are still some un-implemented PICA callback functions, but most of them are already done. Your feedback and requests are welcome :) In the meantime we will continue to grow up our P...
by cincirin
Tue Apr 05, 2011 9:35 am
Forum: Other Graphics Tools
Topic: Photoshop Filters Host SDK
Replies: 72
Views: 304647

Re: Photoshop Filters Host SDK

Hi all. We intend to extend our sdk to include multiple Photoshop plug-ins module (Filters, Automation, Import, Format). Therefore we completely changed our sdk, now called vsrPp_sdk . Is much easier to use in your application, and closer to Photoshop SDK. You must copy yours Photoshop filters in ou...
by cincirin
Tue Dec 14, 2010 12:43 pm
Forum: Other Graphics Tools
Topic: Photoshop Filters Host SDK
Replies: 72
Views: 304647

Now, in new version of our host sdk, photoshop filter plugins can use descriptor parameters suites (WriteDescriptorProcs and ReadDescriptorProcs) for save / load their parameters variables.
by cincirin
Fri Nov 26, 2010 12:42 pm
Forum: Other Graphics Tools
Topic: Photoshop Filters Host SDK
Replies: 72
Views: 304647

New updates in our photoshop host: support for some PICA callback suites.
For now filters can aquire / relase these suites: ASZStringSuite, PSBufferSuite, PSHandleSuite, PSUIHooksSuite.
More PICA suites will be available soon.
by cincirin
Tue Nov 09, 2010 10:45 am
Forum: Other Graphics Tools
Topic: Photoshop Filters Host SDK
Replies: 72
Views: 304647

We updated our photoshop host sdk with new features. Now your application can pass to host sdk an update progress callback (see vsrcmdSetUpdateProgress) and an image mask selection (see vsrcmdImageSave). Both new functions are updated in testSDK.cpp and testSDK.exe from the package. Also our host sd...
by cincirin
Wed Oct 13, 2010 2:04 pm
Forum: Other Graphics Tools
Topic: Photoshop Filters Host SDK
Replies: 72
Views: 304647

sorry, correctly link ... http://pictomic.com/data/Visere6.zip
by cincirin
Wed Oct 13, 2010 2:02 pm
Forum: Other Graphics Tools
Topic: Photoshop Filters Host SDK
Replies: 72
Views: 304647

We put the first pre-alpha version of our Visere 6 for Windows here http://pictomic.com/data/Visere%206.zip . Now you can test our photoshop filters host in three ways: 1) using the vsrcmdSDK uploaded with a tutorial testSDK.cpp and compiled version testSDK.exe. 2) using Visere 6 GUI from above link...
by cincirin
Thu Oct 07, 2010 11:33 am
Forum: Other Graphics Tools
Topic: Photoshop Filters Host SDK
Replies: 72
Views: 304647

The processed(output) jpg and the preview crash are now fixed.
by cincirin
Tue Oct 05, 2010 2:17 pm
Forum: Other Graphics Tools
Topic: Photoshop Filters Host SDK
Replies: 72
Views: 304647

Our photoshop hpst sdk package now contains both Win32 and x64 binaries. Also, besides the testSDK.cpp tutorial/example, here is the compiled version of it. You can test the host sdk using testSDK.exe, using syntax: testSDK.exe "your_image_path_file". If the plug-in was executed successfully, a resu...
by cincirin
Mon Oct 04, 2010 3:13 pm
Forum: Other Graphics Tools
Topic: Photoshop Filters Host SDK
Replies: 72
Views: 304647

We will upload the entire binaries (including compiled version of testSDK.cpp) in both 32 and 64 bits.
by cincirin
Fri Oct 01, 2010 2:41 pm
Forum: Other Graphics Tools
Topic: Photoshop Filters Host SDK
Replies: 72
Views: 304647

We received the link with your plug-ins demo versions. For now I tested only PhotoWiz / PhotoFreebies ver 2 plug-ins. In Visere5 command-line I have not problems in running these. Anyway we decided not to spend too much time with older Visere 5. So, we are some news of our photoshop host sdk : - rew...
by cincirin
Thu Sep 30, 2010 6:32 pm
Forum: Other Graphics Tools
Topic: Photoshop Filters Host SDK
Replies: 72
Views: 304647

By calling vsrcmdImageProcess("Photoshop", "Filters...") function, our host sdk, display a dialog for selecting a plug-in from bin/PhotoshopFilters directory. After that, a plug-in's gui interface will be displayed. About Visere 5, we tested all of the AlienSkin plug-ins (without BlowUp), and all of...
by cincirin
Thu Sep 30, 2010 2:32 pm
Forum: Other Graphics Tools
Topic: Photoshop Filters Host SDK
Replies: 72
Views: 304647

Good to hear you, too. Here are some news: - We have uploaded statically linked version of our host sdk. - Plug-in's categories and filters names are available by calling vsrcmdImageProcess("Photoshop", "Filters...") , which will run any selected filter from bin/PhotoshopFilters directory. - The hos...