How do I water mark a specific sub album?

ChrisJohnson00TA

Joined: 2004-03-15
Posts: 167
Posted: Mon, 2005-04-04 02:20

I'm running B1 with a CSV of a few days ago...

How can I watermark JUST my 'full' images in a specific sub album?

I see how to do it for each image... but, it's gonna suck if I have to water mark 200 images by hand....

Thanks :)

 
ChrisJohnson00TA

Joined: 2004-03-15
Posts: 167
Posted: Mon, 2005-04-04 02:33
 
c4actbe
c4actbe's picture

Joined: 2004-09-01
Posts: 83
Posted: Sat, 2005-04-16 06:47

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
bharat's picture

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!

-Brian

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Sat, 2005-07-02 04:16

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].