Preventing photo duplication?

Can someone please tell me how I can insert photos into a site in CS4 but make it so nobody can copy and paste the photo elsewhere?  I am starting a photography web site and want to ensure the photos can't be duplicated.  Thanks for your time.

If it shows in a browser - it can be captured. So forget about preventing any and all image downloads becuase that's how the web works - a browser sends a request to a server, the server sends back the HTML/CSS/images and other media, the browser puts it together and renders it to the user and thus the images are actually downloaded to that machine!
But there are some things that you can do to leave your mark on your work:
Photoshop a watermark on all your photos - relatively easy to do, can be difficult to remove, may mar your pretty photos.
Use Flash to present your photos - harder to do, can build in features like super high resolution images with zoom capabilities, screen captures only get a screen-resolution quality image, however Flash movies can be decompiled...
Just live with the fact that this is the way the web works, enjoy your creative life and make great photos (this can work with either option 1 or 2 or even by itself)
Of course there's the perfectly fine option of not showing your work online...

Similar Messages

  • Preventing IDoc duplication

    Hi,
    Not sure if this question applies to this forum or if it applies to application server issue but we have 1 receiver SAP ECC and 2 SAP ECC senders of same IDocs because we have connected 2 different systems having same data for test purposes. When both the sender systems send the same data and post as IDoc in receiver system, it causes duplication of IDocs with double records. We are using XI as the middle component between the sending and receiving systems.
    My question is, is there any way to prevent this from duplicating the IDocs in receiving system? or What is the best way or how to prevent this duplication of IDocs? Is there a standard function module or BAPI to do this check? Or is there any way to prevent this in XI or sending systems? Does anyone have any other ideas that has worked in this situation?
    Thanks,
    Sangita

    >
    Sangita S wrote:
    > Hi,
    >
    > Not sure if this question applies to this forum or if it applies to application server issue but we have 1 receiver SAP ECC and 2 SAP ECC senders of same IDocs because we have connected 2 different systems having same data for test purposes. When both the sender systems send the same data and post as IDoc in receiver system, it causes duplication of IDocs with double records. We are using XI as the middle component between the sending and receiving systems.
    >
    > My question is, is there any way to prevent this from duplicating the IDocs in receiving system? or What is the best way or how to prevent this duplication of IDocs? Is there a standard function module or BAPI to do this check? Or is there any way to prevent this in XI or sending systems? Does anyone have any other ideas that has worked in this situation?
    >
    > Thanks,
    > Sangita
    OK , let me sum up your case ,
    You have 2 sender systems , which sends the IDOCS
    you have 1 receiver system , which receives the IDOC via XI.
    Now due to some reason both sender system creates exactly the same IDOC ( which may be correct from technology point of view ) but I do not see valid business reason for that, anyway it seems just an odd scenario , but the issue is you want to filter out of those 2 similar IDOCS only 1 should go to Target system.
    If my understanding is correct of above scenario, XI will not be able to distinguish between these 2 IDOCS as duplicate,unless
    You use BPM to collect the IDOCs and remove duplicates before pushing it to Receiver system. This solution may seem too much of a work which is just bcos of testing systems.
    So easiest way would be to remove the business reason as why both system are triggering the IDOCs or they may be completely valid.
    Thanks,

  • How to prevent number duplication in Java.

    How do i prevent number duplication in this program. Basically so that i don't have to enter the same number again
    here's the code:
    import java.awt.*;
    import hsa.Console;
    public class BubbleSort_Strings
        static Console c;           // The output console
        public static void main (String[] args)
            c = new Console ();
            c.println ("\t\t\tIPOD Downloads\n\n");
            c.print ("Enter the number of songs: ");
            int max = c.readInt ();
            c.println ();
            String song[] = new String [max];
            String tempSong;
            for (int i = 0 ; i <= max - 1 ; i = i + 1)
                c.print ("Enter the name of song " + (i + 1) + ": ");
                song = c.readLine ();
    c.println ();
    } //end for i
    //sort the song names in the array alphabetically
    for (int x = 0 ; x < max - 1 ; x++)
    for (int y = x + 1 ; y < max ; y++)
    if (song [x].compareTo (song [y]) > 0)
    tempSong = song [x];
    song [x] = song [y];
    song [y] = tempSong;
    } //end if
    } //end for y
    } //end for x
    c.println ("Your songs have now been sorted:");
    c.println ();
    for (int z = 0 ; z <= max - 1 ; z = z + 1)
    c.println (song [z]);
    } //end for z
    } // main method
    } // BubbleSort_Strings class

    here how about this:
    // The "BubbleSort_Numbers" class.
    import java.awt.*;
    import hsa.Console;
    public class BubbleSort_Numbers
        static Console c;           // The output console
        public static void main (String[] args)
            c = new Console ();
            c.print ("Enter the number of items: ");
            int max = c.readInt();
            int item[] = new int [max];
            int temp;
            for (int i = 0 ; i <= max - 1 ; i = i + 1)
                c.print ("Enter a number for the array: ");
                item = c.readInt ();
    } //end for i
    for (int x = 0 ; x < max - 1 ; x++)
    for (int y = x + 1 ; y < max ; y++)
    if (item [x] < item [y])
    temp = item [x];
    item [x] = item [y];
    item [y] = temp;
    } //end if
    } //end for y
    } //end for x
    c.println ("The numbers have been sorted.");
    for (int z = 0 ; z <= max - 1 ; z = z + 1)
    c.println (item [z]);
    } //end for z
    } // main method
    } // BubbleSort_Numbers class

  • A way to prevent photos from being downloaded?

    I remember seeing an option one time about allowing people to download images on your site that you created using iweb but I never messed around with it. So is there a way to do something that would prevent people from taking your photos? I am asking because I do photography work. There are a lot of sites out there that won't allow you to right click your mouse and snag the photo. Just wondering if iWeb offered anything like that.

    DVX100Shooter wrote:
    Just wondering if iWeb offered anything like that.
    The only thing iWeb offers in that regard is, if your photos are on a Photos template page, you can set the "Photo Download Size" to "None" in iWeb's Inspector > Photos tab:
    ...Then the Download button won't appear. But iWeb doesn't prevent right-click downloading.

  • Ow can i prevent photos as attachment from appearing in body of emails sent

    How can I prevent the photo(as an attachemt) from appearing in the body of the email.....it makes it hard to type the words.

    Hi unitism and welcome to the BlackBerry Support Community Forums!
    I'm sorry, this feature is not available on the BlackBerry 10 devices. We appreciate the feedback and I will pass this on to our development teams.
    Thanks.
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Preventing entry duplication in string

    Hello, I have a page of checkboxes.
    When each checkbox is clicked I want a unique value entered
    into a string. The string should build up as multiple checkboxes
    are clicked (the string wil then be submitted to coldfusion for a
    database search).
    I set up the below, however the "+=" operator duplicates
    previous string entries. How can I overcome this duplication ?
    ...or perhaps I have gone about the wrong way to perform this
    Thanks in advance for any help.
    RELEVANT CODE SEGMENT:
    var selections:String = "";
    myCheckboxListener.click = function() {
    if (checkbox1.selected) {
    selections += "tanks";
    if (checkbox2.selected) {
    selections += "aircraft";
    submitbutton.onRelease = function (){
    trace (selections);
    }

    thank you kindly for helping.
    My SWF search page has 30 checkboxes representing photo
    categories.
    I want to submit a selection of photo category keywords to
    coldfusion that will be used to dynamically generate a photo
    gallery based on the users checkbox selections.
    I thought that coldfusion could accept multiple database
    search keywords in a single string ? (perhaps seperated by
    commas)

  • Airplay - How to prevent Photos app to go fullscreen?

    Hi all,
    I'm using Reflector + a screen recorder on my Mac to record my iDevices' screens mainly for wireframing.
    Today, I wanted to record the built-in effects of Photos app in iOS 7 {you know, pinch-rotate-zoom etc.}.
    But the moment I started the pinch motion, the screen on my Mac went to fullscreen right away.
    Of course, the screen recorder couldn't capture the effects which I need to record.
    This may be a cool feature to watch summer photos with the family members,
    but in my case it's quite frustrating.
    Is there a way to prevent the official Photos app to go fullscreen and make iOS to treat it like any other app?
    Thanks for any insight...
    Fingers crossed
    Best,
    ~ Fatih

    On OS X, You are able to hide the preview window on the right in normal mode, or on the lower side in classic mode, by simply putting your cursor on the thin bar which is in between, and then make it as small as possible, so it goes away.
    Then your messages won't be automatically read when clicked once, but only if you click them twice and a new window with the message opens.
    Also, you are able to mark them as unread again, which is a silly workaround, but possible.
    You can do that by right clicking and select 'Mark as...' -> unread.
    On iOS, I'm not sure..

  • Is there a way to prevent photos from displaying larger than resolution allows?

    When I display a small photo (e.g. 2"x3") on the iMac, the photo is dispalyed that size.  However, on the iPad, the photo is enlarged to the full screen size and it is so pixellated that it is garbage.  I have been pasting the small photo into a larger background with Photoshop (since I don't see a way to do it with Photoshop) so it displays the right size, but there must be a better way.

    None that I know of. 1024×1024 is the smallest size that will allow the image to be displayed without upsizing on the display.
     Cheers, Tom

  • Besides backing up my photos, what can I do to prevent photos going to white screen on my 128g ipad4? Did I invest in the wrong product for storing photos?

    Help, please. I am backing up photos, but don't know if it is safe to add more photos. Any suggestions?

    sneakypete1 a écrit:
    I use Photoshop Elements 12 for my photos.  I have a constant problem where my photos don't print like they appear on the screen.  They come out darker than the screen shows.  If brighten them in the program, I have to almost make the photo appear "white" in order to look good printed.   ??????  What can I do to fix this problem??
    I am ready to bet that your display is much, much too bright (like all displays at factory settings.
    Why Are My Prints Too Dark

  • IPhoto problem: pixillation and photo duplication

    iPhoto problem:  intermittently getting banded pixilation when viewing photos; iPhoto randomly duplicats entire libraries so that they fill up my memory. Suspect I will have to reinstall iPhoto. Using iPhoto '09 ver 8.1.2 under OS 10.6.8.

    intermittently getting banded pixilation when viewing photos;
    Possible hardware issue
    iPhoto randomly duplicats entire libraries so that they fill up my memory.
    Duplicates Photos within a Library, or creates duplicates Libraries?
    Memory as in Ram? Or Disk Space?
    How big is your HD? How much free space on it?

  • HT204022 Can I prevent photos from being deleted accidentally?

    Sometimes my kids will delete photos from photo stream, is there a way to lock them so I can save them first?

    There's no way to lock them.  One precaution is to save a copy to your camera roll (tap Edit, tap the photos, tap Share, tap Save to Camera Roll).  Once in the camera roll, you can import them to your computer (http://support.apple.com/kb/HT4083).

  • Newbie still struggling - photo duplication

    Ok,so my understanding is there's meant to be a dialogue box that pops up when/if you're trying to import a photo that is already there.
    This is not working for me.  I purposely tried to import a duplicate picture and it let me - with no dialogue box .  It created a new event with the one photo in it...
    How do I 'turn on' duplicate detection on importing?
    Kind of completely stuck now as I don't want to continue importing if it's not picking up duplicates.
    Any help appreciated.

    Try trash the com.apple.iPhoto.plist file from the HD/Users/ Your Name / library / preferences folder.
    (On 10.7: Hold the option (or alt) key while clicking on the Go menu in Finder to access the User Library)
    (Remember you'll need to reset your User options afterwards. These include minor settings like the window colour and so on. Note: If you've moved your library you'll need to point iPhoto at it again.)
    What's the plist file?
    For new users: Every application on your Mac has an accompanying plist file. It records certain User choices. For instance, in your favourite Word Processor it remembers your choice of Default Font, on your Web Browser is remembers things like your choice of Home Page. It even recalls what windows you had open last if your app allows you to pick up from where you left off last. The iPhoto plist file remembers things like the location of the Library, your choice of background colour, whether you are running a Referenced or Managed Library, what preferences you have for autosplitting events and so on. Trashing the plist file forces the app to generate a new one on the next launch, and this restores things to the Factory Defaults. Hence, if you've changed any of these things you'll need to reset them. If you haven't, then no bother. Trashing the plist file is Mac troubleshooting 101.

  • Photo Duplication

    Hi,
    We have a MacMini 2.5Ghz Intel Core i5, 4 GB 1600 MHz DDR3, running OS X Yosemite 10.10.2
    We have a bit of an issue with duplicate photographs.
    When we first bought the computer we uploaded all our saved images/music/files etc from an external hard drive, which we hd salvaged following a motherboard fail on our previous laptop.
    Howeever, unbeknown to us, there was many many duplicate files on that drive, specifically p[hotographs. Backing up iPods/IPads/IPhones led to even more duplicates.
    The extent of the issue wasn't clear until we had launched iPhoto, when all the duplicates became visible. It has been a painstaking job, using numerous duplicate remover apps, and a lot of time and effort, but seemingly we have deleted most of the duplicates from within iPhoto itself.
    However, we have not, it seems, deleted the actual physical files. The amount of our hard drive that our photos are taking up is not reducing. We desperately want to get this to a manageable level, to allow some sort of cloud storage back up, but it is still in excess of 50GB, with the majority of that duplicates.
    So my questions are:
    a) Where on my Mac can I find the actual physical photo files? I only seem to be able to find my iPhoto library file
    b) Is there an easy way of removing duplicates within this, or if not easy, at least a method that would work? Or a really solid app that would do this.
    Just to add complexity- I am not sure all the duplicates will have exactly the same name.
    Any help gratefully received.
    Thanks

    These applications will help identify and remove duplicate photos from an iPhoto Library:
    iPhoto Library Manager - $29.95
    PhotoSweeper - $9.95 - This app can search by comparing the image's bitmaps or histograms thus finding duplicates with different file names and dates.
    Duplicate Annihilator - $7.95 - only app able to detect duplicate thumbnail files or faces files when an iPhoto 8 or earlier library has been imported the library.
    DeCloner - $19.95 - can find duplicates in iPhoto Libraries or in folders on the HD.
    DupliFinder - $7 - shows which events the photos are in.
    iPhoto AppleScript to Remove Duplicates - Free
    PhotoDedupo - $4.99 (App Store) -  this app has a "similar" search feature which is like PhotoSweeper's bitmap comparison.  It found all duplicates
    Duplicate Cleaner for iPhoto - free - was able to recognize the duplicated HDR and normal files from an iPhone shooting in HDR
    Some users have reported that PhotoSweeper did the best in finding all of the dups in their library: iphoto has duplicated many photos, how...: Apple Support Communities.
    If you have an iPhone and have it set to keep the normal photo when shooting HDR photos the two image files that are created will be duplicates in a manner of speaking (same image) but there are only twp apps that detected the iPhone HDR and normal photos as being duplicates:  PhotoSweeper and Duplicate Cleaner for iPhoto.  None of the other apps detected those two files as being duplicates as they look for file name as well as other attributes and the two files from the iPhone have different file names.
    iPLM, however, is the best all around iPhoto utility as it can do so much more than just find duplicates.  IMO it's a must have tool if using iPhoto.

  • Photo duplication recognition software

    After moving around file structures, I lost all my photos in iPhoto 6. The great people at Apple were able to fish them out of the trash and cyber world, and for that I am so thankful...BUT
    It seems that every photo has been duplicated - that means I have over 20,000 photo's, half are duplicates. They are all on an external hard drive, and after spending about 4 hours trying to sort through them and delete the duplicates (not getting far), I figure there must be another option.
    So does anyone know of GOOD software that works on Mac OS 10.4.11 with iPhoto 6 that will recognize duplicate photo's and delete one of them? I'm looking for anything, a download, something to purchase, but I really want something good - ie - run it, and let it do all the work!
    Any suggestions?

    For dealing with duplicates in iPhoto check out Duplicate Annihilator
    Regards
    TD

  • How do i prevent Photos from auto opening?

    I use lightroom,  I want this app to stop automatically opening when I connect a card to my computer

    You have to do this for every device--every memory card, every camera, every phone. Really lame UX. The Apple Overlord has decreed that you shall use Photos for importing. I guess this is Apple's strategy since it would have been illegal to just release code that broke Picasa.

Maybe you are looking for