Jump to content

Search the Community

Showing results for tags 'watermark'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to PHP Freaks
    • Announcements
    • Introductions
  • PHP Coding
    • PHP Coding Help
    • Regex Help
    • Third Party Scripts
    • FAQ/Code Snippet Repository
  • SQL / Database
    • MySQL Help
    • PostgreSQL
    • Microsoft SQL - MSSQL
    • Other RDBMS and SQL dialects
  • Client Side
    • HTML Help
    • CSS Help
    • Javascript Help
    • Other
  • Applications and Frameworks
    • Applications
    • Frameworks
    • Other Libraries
  • Web Server Administration
    • PHP Installation and Configuration
    • Linux
    • Apache HTTP Server
    • Microsoft IIS
    • Other Web Server Software
  • Other
    • Application Design
    • Other Programming Languages
    • Editor Help (PhpStorm, VS Code, etc)
    • Website Critique
    • Beta Test Your Stuff!
  • Freelance, Contracts, Employment, etc.
    • Services Offered
    • Job Offerings
  • General Discussion
    • PHPFreaks.com Website Feedback
    • Miscellaneous

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Age


Donation Link

Found 1 result

  1. Hi! I have an application where I need to add a "watermark" to an image displayed on a website. Here are the parameters: The image comes in various sizes and shapes, from 3,000 pixels to 20,000 pixels (square, round, rectangular tall/wide). The finished image is output at a lower proportional size to easily fit a tablet/laptop/desktop screen and down to as small as thumbnail, and can be png, gif, or jpg. The watermark is a company name, iDesign Street, repeated as many times as needed, proportionately-sized for the image. (I don't want a GIANT watermark on a small image or a tiny watermark on big image) The watermark needs to run diagonally (45-degree), repeated at intervals (proportional to image size) for vertical/horizontal rectangles and large images. The watermark text should be partially transparent so the viewer can easily see through it, but visible enough to discourage screen-grabs, and easy correction if it is grabbed. Filenames will come from other programs or a web-browser. input parameters would be, at a minimum, filename and output file size (size of smallest side--tall/wide--of input file), with the other items set in the program (company name, proportional size of watermark, repeat frequency as percent of image size, transparency, text font used, and output filetype), although it would be nice to be able to have input over-rides for all of those. Inputs must be "sanitized" to protect server (they should only be numbers and letters, but you never know what someone might try to sneak in with a direct call attempt). The goal is to make it difficult enough to prevent people from stealing the images, or cropping out the watermark, while at the same time not blocking the image. Here's the fun part: I haven't a clue how hard this is to do, nor how long it would take to do it. I've done programming myself and could probably figure it out if I spent a couple of days doing it. Someone here who already understands Imagick or one of the other php graphic packages could do it much faster, and probably much more elegantly! So, I am open to bids on doing this job. Payment will be half up front, one-quarter on delivery of code, remainder on acceptance of code as finished. This is not a rush job. I can be reached via my email: tkepner-at-aol-dot-com
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.