Embeded slideshow images look pixely. Remedy?
Lou Gonzalez
Registered Users Posts: 413 Major grins
Hi Folks,
I just embeded a slideshow on to the front page of my site. (www.lifesharephoto.om). I used the embed code provided in the wiki. I like it but the images are looking heavily compressed with lots jpg artifacts and look very "pixely". I originally put the hi rez version on line and thought maybe since its resizing them, that's why it's happening. So I resized the images to exact size of the slideshow and they still look the same. If you look at the images in the gallery, they look clean. But those same images look quite compressed in the slideshow.
Any idea how to fix this???
I just embeded a slideshow on to the front page of my site. (www.lifesharephoto.om). I used the embed code provided in the wiki. I like it but the images are looking heavily compressed with lots jpg artifacts and look very "pixely". I originally put the hi rez version on line and thought maybe since its resizing them, that's why it's happening. So I resized the images to exact size of the slideshow and they still look the same. If you look at the images in the gallery, they look clean. But those same images look quite compressed in the slideshow.
Any idea how to fix this???
0
Comments
Anybody???
http://www.fernandogonzalez.net
Portfolio • Workshops • Facebook • Twitter
Hi Andy,
Here is an image from my gallery (which feeds the slideshow). It is the 4th picture in the slideshow. When that image shows in the slideshow, it is very noticeably degraded. Lots of jpg artifacts and just rougher looking. But in the gallery it looks a lot cleaner.
Please tell me you can see it. I'd be very suprised if you couldn't.
Is this normal?
http://www.fernandogonzalez.net
Portfolio • Workshops • Facebook • Twitter
Look at the their faces. Are you telling me they look the same to you? The slideshow image is way more "pixely". A lot of compression jpg artifacts are in their now. You don't see it?
http://www.fernandogonzalez.net
I don't know if this is your problem, but I was having poor results with my slideshow until someone explained if you use the already rendered stock sizes instead of a custom size that has to be rendered on the fly, they look better.
forceSize: 'LargeURL'
Ah interesting! I'll try that. Thanks!
http://www.fernandogonzalez.net
Just remember that if you force the size, then the slideshow can no longer adapt to the viewers screen size, depriving them of the option of a full screen slideshow on a 30" monitor. I've seen some slideshows that are simply gorgeous on large monitors.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Yes, but this is for the home page slideshow, not the fullscreen slideshow, which you probably want a fixed size.
Just to throw my support in here as well...I am having the exact same problem as the OP. I looked at his slideshow and the pics look like mine...very pixelated and blurry.
I hope that the solution can be found. No photographer wants blurry photos to be the first thing they see when they go onto your site.
Joe
www.winningphotography.com
I am not seeing "pixelated and blurry". This is a screen shot from your home page slideshow below. Is this what you are seeing? If not, then can you please post a screen shot of what you are seeing and maybe folks can troubleshoot why you see something different than this. If this is what you are seeing, can you help explain where the pixelated and blurry is because it isn't obvious to me.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Wow! I'm honestly floored that only you and I see it. Seriously. The images are obviously getting compressed in the process of being converted into the slideshow. Looks like they screen capped your homepage slideshow as well. I see a whole bunch of jpg artifacts which I would guess are not in the original. All I can say is my shots are not clean and crisp as are my originals. If they don't see it now. They never will.
It's not lke we're making this up. I have much better things to do that to complain about this. I guess it's ok but I'm not sure if lives up to my expectations. I love having the ability to do dynamically create the slideshow, but the pictures are being degraded in the process, which to me is unacceptable.
http://www.fernandogonzalez.net
If you don't see the IQ difference then there is a problem.
I see it! Clear as day. Your images are suffering from the same issue as me. Like I said I really can't beleive they are not seeing it. You images are VERY sharp but the slideshow version of the same image has taken a real beating.
http://www.fernandogonzalez.net
Ok, so two of us see the problem. I was taken aback that Andy couldn't see it clearly with the images side by side. I'm not the best photographer in the world but I can tell a sharp picture from one that isn't.
Canon Gear
What ISP are you guys using?
What browser?
What monitors and resolutions?
Portfolio • Workshops • Facebook • Twitter
Yeah I was really suprised by that as well.
http://www.fernandogonzalez.net
Verizon Fios 20/20 download/upload
IE7
Samsung 21" wide (206BW) 2ms response 1680x1050
The comma after each line except the last one is critical.
I happen to use a 16x9 ratio picture. This solved the problem for me.
var ssConfig = {
AlbumID: '3319757',
newWindow: 'false',
transparent: 'true',
splash: 'http://www.dennismullen.com/photos/185556714_a64ne-XL-2.jpg',
showLogo: 'false',
clickUrl: 'http://www.dennismullen.com/galleries',
showThumbs: 'false',
showButtons: 'false',
randomStart: 'true',
splashDelay: '4000',
forceSize: 'XLargeURL',
crossFadeSpeed: '350'
};
SM.flash.insertSlideshow(1024, 576, ssConfig, 'transparent');
Portfolio • Workshops • Facebook • Twitter
Originals were always enabled for me and it's not working. And I upload full sized pics.
Any ideas?
Maybe take a look at my slideshow code? I dunno...
Here's what I ended up with and it works.
********>
var ssConfig = {
AlbumID: '3949165',
newWindow: 'false',
transparent: 'true',
splash: 'http://www.smugmug.com/img/ria/ShizamSlides/smugmug_black.png',
showLogo: 'false',
clickUrl: 'http://www.winningphotography.com',
showThumbs: 'true',
showButtons: 'false',
forceSize: 'LargeURL',
crossFadeSpeed: '350'
};
SM.flash.insertSlideshow(750, 750, ssConfig, 'transparent');
</********
Hey that worked! That little fact should be in the wiki! Thanks!!!
http://www.fernandogonzalez.net