At this moment I am investigating possibility of adding watermark by default to all items uploaded to G2 (through remote, applet, form etc). Is there any documentation /dev. notes about GalleryCoreApi::registerFactoryImplementation?
Or maybe someone could point me at the right direction how such implementation should be done...
I will really appreciate any information.
Regards,
Dmitri
bharat
Joined: 2002-05-21
Posts: 7994
Posted: Thu, 2005-04-21 01:21
We don't have great docs on this, yet. The best thing to do is to read the code, look at examples, look at the available interfaces and experiment.
If I were solving this problem, I'd probably create a new module that has an event listener for GalleryEntity::save that looks for the creation of new derivatives, and then makes sure that the derivatives have the right watermark in their postfilter operations. Grep for GalleryEntity::save in the code and look at the way that other event handlers work to get an idea of how to proceed.
Methodus
Joined: 2005-07-01
Posts: 7
Posted: Fri, 2005-07-01 23:38
Has anyone made a feature request for this? I would love to see this feature implemented in the next release!
Posts: 167
N/M.. I think I found this...
http://gallery.menalto.com/index.php?name=PNphpBB2&file=viewtopic&t=27489&highlight=watermark
Posts: 83
At this moment I am investigating possibility of adding watermark by default to all items uploaded to G2 (through remote, applet, form etc). Is there any documentation /dev. notes about GalleryCoreApi::registerFactoryImplementation?
Or maybe someone could point me at the right direction how such implementation should be done...
I will really appreciate any information.
Regards,
Dmitri
Posts: 7994
We don't have great docs on this, yet. The best thing to do is to read the code, look at examples, look at the available interfaces and experiment.
If I were solving this problem, I'd probably create a new module that has an event listener for GalleryEntity::save that looks for the creation of new derivatives, and then makes sure that the derivatives have the right watermark in their postfilter operations. Grep for GalleryEntity::save in the code and look at the way that other event handlers work to get an idea of how to proceed.
Posts: 7
Has anyone made a feature request for this? I would love to see this feature implemented in the next release!
-Brian
Posts: 16504
You can search here to see if someone has, http://sourceforge.net/tracker/?group_id=7130&atid=357130
If you do file a new feature request, please tag the subject with [G2].