I was told by one of my friends in a high place that you can make a JPEG into a Container to carry what every you need..... My idea is to put a Java Script in the Container that makes the picture uncopyable to print page and right click..... Also would like to put a note pad into the Image for copywrites information. The Question is........ HOW DO YOU MAKE A JPEG IMAGE A CONTAINER......
stevenpetersen 35 Junior Poster
Recommended Answers
Jump to Post@media print { img { background:url('./images/copyright.jpg'); } }
<img style="background:url('./images/realpic.jpg')" src='./images/blank.gif' width='width of realpic' height='height of realpic'> <img style="background:url('./images/anotherpic.jpg')" src='./images/blank.gif' width='width of anotherpic' height='height of anotherpic'>
blank.gif is a 1px transparent .gif image
all images have the same src, the background is the real …
Jump to PostWhat about the Print Screen
dunno how to disable printscreen
don't want to interfere with someones hardware
bad mojothe background image is in the tif,
it has to download to display,
can make it harder to copy,
but not impossible
I watermark all images, and dump copyright info …
Jump to Postdunno what I did to post the same answer twice
Jump to PostHere is a fast simple way to do it. Rename the extension from .doc to .jpg. Now it wont do anything unles syou change it back to the correct extension ;)
All 16 Replies
codejoust 8 Junior Poster
stevenpetersen 35 Junior Poster
codejoust 8 Junior Poster
codejoust 8 Junior Poster
stevenpetersen 35 Junior Poster
codejoust 8 Junior Poster
almostbob 866 Retired: passive income ROCKS
stevenpetersen 35 Junior Poster
stevenpetersen 35 Junior Poster
stevenpetersen 35 Junior Poster
almostbob 866 Retired: passive income ROCKS
almostbob 866 Retired: passive income ROCKS
codejoust 8 Junior Poster
stevenpetersen 35 Junior Poster
HI2Japan 23 Junior Poster
codejoust 8 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.