Results 1 to 8 of 8

Thread: panoramic picture

  1. #1
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default panoramic picture

    On my site, I have panoramic pictures that I am selling. Right now a user can see the thumbnail of the pictures, however I want to integrate a section where a user can click on the image that is high res. and the user can "scroll" back n forth up and down the picture, but I do not want the user to be able to access the image itself.

    I can accomplish this displaying in javascript, however the user has access to my picture, so I was thinking that writing a java applet would probably be better suited for this.

    I do not really know anything about java, so I guess I am looking for someone to help me in the implementation of this process

  2. #2
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    but I do not want the user to be able to access the image itself.
    No matter how you try to hide the source or "disable" right-click, this is impossible. The Print Scrn button can take a screen capture of any page regardless. Putting high-res versions of your images on your site will only be taken. It is pointless.
    - Mike

  3. #3
    Join Date
    Jun 2006
    Location
    Acton Ontario Canada.
    Posts
    677
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    So only have thumbnails that are about 200x200px. And also, a 200x200px sample of the hires version, so the user knows how big the pic will be.
    - Ryan "Boxxertrumps" Trumpa
    Come back once it validates: HTML, CSS, JS.

  4. #4
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    You can also have several images that are examples and displayed at full size. Think of giving those away to draw in interest.

    Even the java applet, though more difficult, could be solved by someone who wants to take the images. And, for that matter, anyone who has basic skills with an image editing application can piece together various chunks of an image into a whole with ease.

    The other option you have, rather than just having thumbnails, is to add a watermark of some sort so they can see the full size but not actually have it without purchasing.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  5. #5
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    Well, my audience isnt someone that is full into programming. I realize no matter what you put up on the web it is possible to access it, but a good majority of people would not know how to decrypt a Java applet, which is why I have chosen that as what I believe to be the best.

    and mburt, I am not talking about JavaScript which is TOTALLY seperate from Java. I referenced javascript in my original post because I was saying how easy it is to steal images from there... not as a means saying I want to use that. My other option besides doing them in Java would be to do them in flash and producing a swf file, but I want to make it dynamic and allow the user to toggle back n forth along the image.

  6. #6
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    We understand the difference between Java, Flash and Javascript, but, again, it's quite easy, without any knowledge of programming, to piece the full image together.

    Once someone is to the point of being able to figure out how to get it from javascript, I don't see much of an advantage in doing something more complex. If they are motivated, they could figure it out.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  7. #7
    Join Date
    May 2006
    Posts
    259
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    Why not simply slap something like "This is a sample" on your images.
    Wouldn't that solve the problem.
    "Only dead fish flow with the stream".
    - Unknown

  8. #8
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Yes, as I suggested above, a watermark.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •