Options

Will people steal my images?

Unbrok3nUnbrok3n Registered Users Posts: 444 Major grins
edited July 10, 2008 in SmugMug Support
I have a blog with blogger, and I just posted a blog with a couple pics. They have watermarks at the bottom, and they are small. But blogger allows you to click on the image and open a window where you can save it. At that small should I be worried? Should I just link the pictures? I just think it would look better if I actually had pictures on there...
Let me know what you think, and look at my blog to see what I mean. Thanks :)
graphic designer/photographer

Comments

  • Options
    denisegoldbergdenisegoldberg Administrators Posts: 14,273 moderator
    edited July 9, 2008
    Unbrok3n wrote:
    I have a blog with blogger, and I just posted a blog with a couple pics. They have watermarks at the bottom, and they are small. But blogger allows you to click on the image and open a window where you can save it. At that small should I be worried? Should I just link the pictures? I just think it would look better if I actually had pictures on there...
    Let me know what you think, and look at my blog to see what I mean. Thanks :)
    The photos you have in your blog are so small that people won't really be able to do anything with them.

    I'd actually recommend using a larger size there. The small size you are using doesn't showcase your work. A larger size would give you a better presence but still wouldn't give someone a good quality photo for a printed image. It's your decision of course...

    I actually started using custom sizes in my blog because I wanted to use a size larger than medium - and if I remember correcly large was too big for the space in my blog. If you're interested in custom sizes, see http://www.smugmug.com/help/custom-photo-sizes.

    What I did to get more comfortable with exposing my photos this way was to do a right click save of a photo from my blog. Then I compared the size with the original - and the saved (stolen) image was really small.

    Oh - and another thing. Instead of inserting the image with blogger's toolbar icons, I use html to display the photo and to set it up so that if someone clicks on the photo they are taken directly to my gallery.

    In case you don't know html, here's a sample:
    <center><a href="http://www.denisegoldberg.com/gallery/5231614_wtt6M/1/322285520_g4uRP&quot;><img src="http://www.denisegoldberg.com/photos/322285520_g4uRP-450x450.jpg&quot;></a></center>

    --- Denise
  • Options
    Art ScottArt Scott Registered Users Posts: 8,959 Major grins
    edited July 9, 2008
    If you're interested in custom sizes, see http://www.smugmug.com/help/custom-photo-sizes.

    Instead of inserting the image with blogger's toolbar icons, I use html to display the photo and to set it up so that if someone clicks on the photo they are taken directly to my gallery.

    In case you don't know html, here's a sample:
    <center><a href="http://www.denisegoldberg.com/gallery/5231614_wtt6M/1/322285520_g4uRP&quot;><img src="http://www.denisegoldberg.com/photos/322285520_g4uRP-450x450.jpg&quot;></a></center>

    --- Denise

    So if one changes all the address to their own this string of code should work for anyone??

    Thanks
    "Genuine Fractals was, is and will always be the best solution for enlarging digital photos." ....Vincent Versace ... ... COPYRIGHT YOUR WORK ONLINE ... ... My Website

  • Options
    denisegoldbergdenisegoldberg Administrators Posts: 14,273 moderator
    edited July 9, 2008
    Art Scott wrote:
    So if one changes all the address to their own this string of code should work for anyone??
    Yes.

    It's a combination of two pieces of html. The <a href= statement indicates the page the viewer should be taken to if he or she clicks on the image shown with the <img src= statement.

    If you're posting the image outside of smug, you'll need to use your full URL (like I did in my previous post). If you're posting inside of smug - like in an html-only gallery - you don't need the (equivalent of) http://www.denisegoldberg.com. So if I was posting inside of my smug site, I could use this html instead:
    <center><a href="/gallery/5231614_wtt6M/1/322285520_g4uRP"><img src="/photos/322285520_g4uRP-450x450.jpg"></a></center>

    --- Denise
  • Options
    Unbrok3nUnbrok3n Registered Users Posts: 444 Major grins
    edited July 9, 2008
    Thanks for the reasurance :)
    So, for that html code I would just put the direct link to my image in the top part, then the link to whatever gallery I wanted in the second? And then do I just copy paste that code into the main text of my blog? Thanks. And sorry for the stupid html questions, im learning :)
    graphic designer/photographer
  • Options
    denisegoldbergdenisegoldberg Administrators Posts: 14,273 moderator
    edited July 9, 2008
    Unbrok3n wrote:
    Thanks for the reasurance :)
    So, for that html code I would just put the direct link to my image in the top part, then the link to whatever gallery I wanted in the second? And then do I just copy paste that code into the main text of my blog? Thanks. And sorry for the stupid html questions, im learning :)
    I highly recommend using the share photo button in your smugmug gallery to grab the urls for embedding your photos.

    I have that turned off for viewers, but turned on when I'm logged in.
    .share_button {
        display: none;
    }
    .loggedIn #altViews.nav,    
    .loggedIn .share_button {
        display: block; 
    } 
    

    From the share page I use the Gallery link for the <a href= statement, and one of the direct photo links for the <img src= statement. I then change the size on the photo link to a custom size.

    --- Denise
  • Options
    Unbrok3nUnbrok3n Registered Users Posts: 444 Major grins
    edited July 9, 2008
    OK, I think I get it :)

    This is slightly unrelated, but just looking at a gallery in visitor view (to see if there was a share button, which there isnt) I noticed there was a "save file" button. Is there a way to turn that off? I dont know that I like that. Thanks!
    graphic designer/photographer
  • Options
    Unbrok3nUnbrok3n Registered Users Posts: 444 Major grins
    edited July 9, 2008
    I was wrong, sharing was there. I put the code in and both sharing and saving went away...is that right?
    graphic designer/photographer
  • Options
    denisegoldbergdenisegoldberg Administrators Posts: 14,273 moderator
    edited July 9, 2008
    Unbrok3n wrote:
    I was wrong, sharing was there. I put the code in and both sharing and saving went away...is that right?
    Save photo is still there in at least some of your galleries. It is showing because you are allowing access to your originals. You should block access to the originals in all of your galleries. The originals will still be used if anyone orders prints - but if you allow access to them you are essentially allowing viewers to just take full original copies of your photos.

    The save photo button will still be there for you as the owner when you are logged in - but it will be shown as "owner save".

    --- Denise
  • Options
    Unbrok3nUnbrok3n Registered Users Posts: 444 Major grins
    edited July 10, 2008
    Im gonna go try to turn that off, but in case I cant figure it out, how do i do it?
    graphic designer/photographer
  • Options
    denisegoldbergdenisegoldberg Administrators Posts: 14,273 moderator
    edited July 10, 2008
    Unbrok3n wrote:
    Im gonna go try to turn that off, but in case I cant figure it out, how do i do it?
    Originals are turned off on the customize gallery screen, in the security & privacy section.

    http://www.smugmug.com/help/picture-storage

    I have my largest size set to X3Large. You'll need to decide what size you're comfortable with. I've done right-click saves of an X3Large just to see how big it is, and the file is still small - especially when you compare it with the original. And I wanted to give my viewers a good image when they wander through my galleries.

    --- Denise
  • Options
    Unbrok3nUnbrok3n Registered Users Posts: 444 Major grins
    edited July 10, 2008
    OK, i figured it out.
    How ironic is it that I was worried about people stealing my images? Uugh, now im really paranoid :(
    Do you think people saved my stuff?
    graphic designer/photographer
  • Options
    PBolchoverPBolchover Registered Users Posts: 909 Major grins
    edited July 10, 2008
    Unbrok3n wrote:
    Do you think people saved my stuff?

    Almost certainly not. Much as pros are worried about it, I think that the "stealing" of images by people who would otherwise have bought an image is fairly minimal. And, if you watermark the images, then those people who do act immorally will be giving you some free advertising!
Sign In or Register to comment.