Search found 162 matches
- Mon Dec 21, 2020 4:57 pm
- Forum: Photo Reactor
- Topic: Plug-in SDK
- Replies: 173
- Views: 108126
Re: Plug-in SDK
Here's my latest plugin, Color Transfer between images. I took inspiration from the paper Color Transfer between Images by Erik Reinhard, Michael Ashikhmin, Bruce Gooch, and Peter Shirley from the University of Utah. Using a Target image and Source Image, transfer the range of colors from one image...
- Sat Jun 08, 2019 11:10 am
- Forum: Photo Reactor
- Topic: Reactor Player for PHOTOSHOP
- Replies: 17
- Views: 17724
Re: Reactor Player for PHOTOSHOP
Thanks for the kind words on my tutorials. Since I was learning C at the time, it’s written from the perspective of someone learning the language. My start in my hobby of programming gets its roots from PhotoReactor. For this I am extremely grateful to Oscar and his intuitive software. I learned mor...
- Sat Apr 09, 2016 5:54 am
- Forum: Photo Reactor
- Topic: Plug-in SDK
- Replies: 173
- Views: 108126
Re: Plug-in SDK
I revamped the Detail Manipulation Plugin. The algorithm is not only stronger, but now you have the ability to easily swap layers.
Here's the 32 bit version Here's the 64 bit version
Enjoy
Andy Dansby
Here's the 32 bit version Here's the 64 bit version
Enjoy
Andy Dansby
- Thu Mar 10, 2016 7:17 am
- Forum: Photo Reactor
- Topic: Plug-in SDK
- Replies: 173
- Views: 108126
Re: Plug-in SDK
...just a quick thank you, Mr. AndyDansby! All your contributions are greatly appreciated. You're welcome minstrel. I appreciate that. I do have some additional news, I have now created a github account and am posting my routines publicly for all. My GitHub page https://github.com/andydansby?tab=re...
- Wed Feb 17, 2016 5:52 am
- Forum: Photo Reactor
- Topic: Plug-in SDK
- Replies: 173
- Views: 108126
Re: Plug-in SDK
Found a bug in the 64 bit version of Domain Transform. I repaired the bug. Simply replace your current version of Domain Transform with this one. domain transform.zip enjoy Andy Dansby ps, I've got a few plugins in the works, a replacement for my detailer plugin and a pencil sketch plugin. On a bit ...
- Sat Jan 23, 2016 11:34 am
- Forum: Photo Reactor
- Topic: Plug-in SDK
- Replies: 173
- Views: 108126
Re: Plug-in SDK
Now for something completely different. A stylized plugin. Used with a edge preserving smooth, takes an image and creates a cartoon like stylized image. Here's the original image [img] desert.png [/img] Here's the same image running the Stylized plugin along with an edge preserving smooth. [img] des...
- Wed Jan 13, 2016 4:55 pm
- Forum: Photo Reactor
- Topic: Share Your Flows Here:
- Replies: 554
- Views: 235327
Re: Share Your Flows Here:
Here is a teaser for a simple flow dependent on an unreleased plugin and one of my many already existing plugins. Here is the original desert.png After some plugin magic desert_Final.jpg coming soon, my Stylized plugin. Source code will be included in one of my guides eventually. This Plugin will al...
- Sat Jan 02, 2016 9:14 am
- Forum: Photo Reactor
- Topic: Plug-in SDK
- Replies: 173
- Views: 108126
Re: Plug-in SDK
Merry Christmas and happy New Year to everyone. As a belated Christmas gift to all who use Photo Reactor and Dynamic Photo HDR ver 6. I have a new plugin BEEPS. Which is a Bi-Exponential Edge Preserving Smoother. This plugin is yet another bilateral type filter which runs in almost real time. It wor...
- Sun Oct 04, 2015 9:37 am
- Forum: Photo Reactor
- Topic: different large preview
- Replies: 2
- Views: 5372
Re: different large preview
could you upload your project flow? Under file- save project as. When I try to duplicate the flow, i get some odd results with the edge detection and edges.
- Sun Oct 04, 2015 9:18 am
- Forum: Photo Reactor
- Topic: Plug-in SDK
- Replies: 173
- Views: 108126
Re: Plug-in SDK
I found this plugin that I had coded but never posted. It is similar to the Kuwahara plugin, but this one uses a circular kernel. The end results are abstract especially at a higher kernel radius. Here is the 64 bit version circleKuwahara 64 bit.zip Here is the 32 bit version circleKuwahara 32 bit.z...