Advanced search  

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

Pages: 1 ... 13 14 15 16 [17] 18 19 20 21 ... 26   Go Down

Author Topic: Permanant watermark with undo possibility (GD2+IM working!) + better admin tools  (Read 410254 times)

0 Members and 2 Guests are viewing this topic.

coolbreeze

  • Coppermine newbie
  • Offline Offline
  • Posts: 3

This is one of the best mods I have ever used. Even the ability to update all images with teh watermark worked flawlessly.


Thank you!!!

Cool
Logged

smithyonline

  • Coppermine newbie
  • Offline Offline
  • Posts: 2

ok love the look of this mod so have tryed installin it and had no problem with the codes and the gallery still works fine but nothing has changed

did a versioncheck and it comes up sayin that im usin version 1.4.18 and the include/picmgmt.inc.php is 1.4.5

could this be my problem and how do i fix it?
Thanks
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt

It's a good idea to read the thread you post in as most of your questions may have benn asked by other users before. Your questions are covered on the last page. If these users would have read the previous page, too, they most probably may have found the answer there as well.

smithyonline

  • Coppermine newbie
  • Offline Offline
  • Posts: 2

It's a good idea to read the thread you post in as most of your questions may have benn asked by other users before. Your questions are covered on the last page. If these users would have read the previous page, too, they most probably may have found the answer there as well.

sorry i did have a scan over the full topic but with 17 pages it easy to miss somethin
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt

true... but as said, the last page...

DJ-Marcuzz

  • Coppermine newbie
  • Offline Offline
  • Posts: 2

Hi,

I love the mod, but i have one big problem, it destroys the Exif data, and i really want that data to be present in the image info.
Is there any way to save the Exif data from destruction?

Greets, Marcus
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de

No, as the image libraries used by coppermine (GD or ImageMagick) both are not capable to preserve/write exif information. You'll have to live with this. Your best option is to watermark locally (on your client) before uploading the pics to your gallery in the first place.
Logged

DJ-Marcuzz

  • Coppermine newbie
  • Offline Offline
  • Posts: 2

Ok, this is like an big bummer!
Could you recommend me any tools for watermarking and resizing locally?
We will have to live with this problem, but we have to resize about 600 pictures per shoot to 1024, watermark them, resize the original to 640, watermark them, and resize the original to 100 and upload the tree.

Greets, Marcus
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de

I have posted in several threads already my recommendation for local watermarking:
As not all watermarking utilities preserve exif information, you could use the tool Tools recommended by the devs -> Exifer for Windows to back up your exif information before applying the watermark and then restoring the lost exif data afterwards.
Not related to this thread - please do not clutter this thread further with your questions on local watermarking. If you need to discuss this in detail, use the thread How do you resize your pictures?.

Joachim
Logged

bogski

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 23

After updating my 1.4.16 with 1.4.18 which file (picmgmt.inc.php) will be compatible? The version of picmgmt.inc.php I got is 1.4.6. Is it ok if I over right my picmgmt.inc.php 1.4.18?
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt

Read this thread, especially the last two pages

Eclipse

  • Coppermine newbie
  • Offline Offline
  • Posts: 11

Thanks for the great mod! It works perfectly.

One question, you say it comes with undo possibility. How do I get back the original (unwatermarked) images?
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt

It's in the first post of this thread ;)

Quote
To undo watermarks just disable watermarking in config and run the admin tools.
« Last Edit: May 30, 2008, 09:32:56 am by Pascal YAP »
Logged

xXTReMEXx

  • Coppermine newbie
  • Offline Offline
  • Posts: 6

hi stramm, i've read all the instructions and done all the required changes, the only part i've stuck was at

admin.php > replace the entire function update_thumbs() with the one u provide

coz i don't know where to end in the original admin.php...  ???

any help is greatly appreciated..

btw.. a very cool hack..;)
Logged

xXTReMEXx

  • Coppermine newbie
  • Offline Offline
  • Posts: 6

hi stramm, i've read all the instructions and done all the required changes, the only part i've stuck was at
util.php > replace the entire function update_thumbs() with the one u provide
coz i don't know where to end in the original util.php...  ???
any help is greatly appreciated..

btw.. a really great hack..;)
Logged

xXTReMEXx

  • Coppermine newbie
  • Offline Offline
  • Posts: 6

sorry, pls delete my 1st post... it's all wrong.. :-[
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt

It ends right before the next function declaration (function del_orig()). Also the indentation should be able to help you.

xXTReMEXx

  • Coppermine newbie
  • Offline Offline
  • Posts: 6

It ends right before the next function declaration (function del_orig()). Also the indentation should be able to help you.

thx very much Stramm, it all works great now..
xcept for this Buddy problem.
Im using SMF 1.1.5 & Coppermine 1.4.18,
I've enabled the Buddy settings in my Forum, & had setted some members in my Forum as Buddy,
I've Enabled the Buddy List in the Coppermine Config & have setted My Albums permission for My Buddy & Some Group... But when i clicked on My Friends to view my buddy, it shows 0.. no Buddy nor Friends..
& also My Buddies that I've added in the Forum were not able to view my albums that i've given them permission to view..
u hav any clue..??
thx again for yr support...
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt

buddies don't get bridged... there are independent smf and cpg buddies (if you use the modpack)

xXTReMEXx

  • Coppermine newbie
  • Offline Offline
  • Posts: 6

buddies don't get bridged... there are independent smf and cpg buddies (if you use the modpack)

o.i.c... thkx 4 the info
Logged
Pages: 1 ... 13 14 15 16 [17] 18 19 20 21 ... 26   Go Up
 

Page created in 0.026 seconds with 21 queries.