Add whitespace under image and watermark it with a attribution - plugin? Add whitespace under image and watermark it with a attribution - plugin?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Add whitespace under image and watermark it with a attribution - plugin?

Started by solipsism, October 15, 2010, 10:26:17 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

solipsism

http://machinesandmagic.com/coppermine/

I have found many websites by their watermarks, which I then type in and explore. But the artist of the image is then harder to find and they don't really get credit.

My suggestion is a feature/plugin  that adds 1/4" of whitespace to uploaded images and then watermarks THAT space with the name of the site (from the title) and the username of the uploader.



ie: 
---------------------------------------------------------------------------
    WWW.MACHINESandMAGIC.COM  image uploaded by:  USERNAME
---------------------------------------------------------------------------

don't know if that is difficult or not, but would be nice if things get borrowed that at least there is a byline at the bottom.



Αndré

Shouldn't be hard to code, but I'm not sure if much people will use that feature. Maybe it's better to create plugin hooks (if needed) and code a plugin for that approach.

Stramm

In a certain way that's already possible with minor code changes (removing the 5px margin of the watermark).

Create a huge watermark eg 2048px|196px (the white banner) and add your text. Then place it at the bottom and enable downsizing (2048). If you upload bigger pics (x dimension), then you need to create a bigger watermark.

Try that, and if it fits your needs you can modify the code to remove the margin. Maybe it's a good idea to make that a config option.

in include/picmgmnt.inc.php find
if ($pos == "northwest") {
in that block replace all 5 with a 0 (zero)



solipsism

Quote from: Αndré on October 16, 2010, 11:33:39 AM
Shouldn't be hard to code, but I'm not sure if much people will use that feature. Maybe it's better to create plugin hooks (if needed) and code a plugin for that approach.


I am not that great of a coder.

Is it possible to automate the "uploaded by...XXX" so the person uploading the image is listed on the watermark?

Stramm

Atm it's possible if you code a mod. I've posted code fragments some time ago that describe the way roughly (can't remeber where and if for 1.3 or 1.4).

Joachim Müller

What's the point of watermarking whitespace? Watermarking mostly is being used to make image theft pointless. If you watermark whitespace, what keeps a picture thief from cropping the watermarked whitespace away?

solipsism

There are many reasons.

Most people do not crop out things because they are lazy. In this way, your image will be spread around and you will still be getting credit, and they may come back to your site to see more.

It is really good for cheap advertising.

It makes  life easier as a photoshopper if I am required to credit the sources of images, because I have a nice easy byline that is attached to the source photo that I don't have to track.

Instead of a "watermark" think of it as a convenient "label" that is easy to see and keep track of.