The images tag is for questions related to the loading, formatting, saving, compressing, and display of images. Images are typically rendered as a two dimensional matrix of pixels, but stored in a variety of formats and compressions, such as .jpg, .png, .bmp, .tif, and others. This tag should also ...
0
votes
0answers
44 views
Cheap stock images website (per image pricing)
so I like the stock images and illustrations on istockphoto.com but they're kind of expansive because you have to buy a $18,50 package if you want one image that would cost 3 to 5 dollars, and the odd ...
3
votes
1answer
120 views
Should image directories be indexable or not, for SEO?
By default, I have directory indexing turned off via apache, to limit oracle attacks to find php scripts. Should I turn directory indexing on for /images/ folders, to make all the images on the site ...
1
vote
2answers
2k views
What's the original image address from a adobe scene 7 site?
Initially i would like to find out an image from nike store, then i found this:
http://images.nike.com/is/image/DotCom/404128_010_A?wid=890&hei=550
here Nike uses adobe scene7 for its dynamic ...
1
vote
1answer
43 views
Same page template but ackground image doesn't show
I have installed new theme for Wolf CMS here.
This is a demo of the template.
Why does the content background image show on the demo but not on my site? The HTML and CSS is the same, and the image ...
0
votes
1answer
240 views
Using dash in folder names and linking for image
I have image folders where I use dashes in the name for example: "images/01-12-2011/example.jpg"
When I insert this image into my html. Internet explorer(9) shows the image but Firefox and chrome ...
3
votes
1answer
310 views
Block images on Russian domain .ru via htaccess?
I have a WordPress website which accepts anonymous comments and images. We are receiving spam in the form of Russian porn, with images hotlinked from websites on the Russian domain .ru
As we are ...
1
vote
1answer
132 views
Images randomly not showing up
I just uploaded a website for a client wich looked good while previewing locally. When i visit it on the server though some images aren't loading properly. It seems te be quite random, and sometimes ...
-1
votes
1answer
928 views
Aligning Images in Tables and Lists [closed]
I am trying to layout a list vertically that has a checkbox, image and description....
see here for an example...
http://www.sk8loc8.com/deposit/list.jpg
As you can see the images look a bit too ...
4
votes
2answers
732 views
Amazon S3 or Dedicated Storage Server for small business site Image Hosting
We have a small business website that needs to host lot of images and we are trying to decide if we need s3 to host all our images or should we just use a NAS for storing and hosting our images
...
2
votes
3answers
49 views
What media should I store on server and what media should I store on 3rd party hosts?
Right now, amazon s3 holds all my images, but I must wonder, is that necessary or for the best?
It seems to me like for images, such as a favicon, I should just host it on my own server since s3 ...
1
vote
1answer
255 views
issue with wordpress theme background on widescreen computers
I am using the theme irresistible and I wanted to a add a picture of the person who i am building the site for, however normally the background css uses repeat, but i dont want their picture to repeat ...
2
votes
6answers
10k views
How to make background image black and white?
Are there any filters that would make background image black-and-white?
I have an image set as the background image using css, but now I need to apply a filter so that an image is shown in black and ...
1
vote
3answers
605 views
php image upload library
I'm looking to NOT reinvent the wheel with an image upload system in php. Is there a good standalone library that allows for:
Creating the system for uploading, renaming, and perhaps resizing ...
2
votes
2answers
4k views
How to show a preview thumbnail on Facebook of a imageless website?
I have recently designed a website with no img tags, only one big fat CSS sprite with everything in it. Though, when I try to publish that website on Facebook, it won't show a preview thumbnail — ...
3
votes
1answer
169 views
Image not updating for some users
I don't know if this is the best practice, but we added an image with a snow delay for our school. For some users the image wouldn't come up. Is this a matter of the browser or something else? I had ...
0
votes
2answers
242 views
Designing a Logo with transparent background
I want to design a logo which should have a transparent background so that it adjusts automatically with the CSS background color.
I want to do it with pixelmator in mac.
1
vote
2answers
1k views
any SEO sense in embedding EXIF metadata on web site images?
I got a quick question and would love to know your opinion.
I develop a CMS that in it's large part is very SEO-centric with many features that allow to control various individual parts of a web ...
1
vote
1answer
116 views
Image Archives for <hr> and border image replacement
Do you know any quality image archives for <\hr> and border
For example an image archives for <\hr> : http://siahdesign.com/archives/210
3
votes
2answers
289 views
If someone takes a photo of my product and posts it on the web do I have the right to use it on my website?
If someone takes a photo of my product and posts it on the web do I have the right to use it on my website?
1
vote
5answers
9k views
how to save a png as a smaller file but the same resolution?
not sure what stackexchange site is the best for this question.
I have a scanned jpg file with below properties and size 8.5MB
pixel dimension: 2468 × 3484 pixels
print size: 208.96 × 294.98 ...
0
votes
2answers
443 views
Print high resolution images from browser?
I have a packing slip that is generated with each order that I want to print and place in each shipped package. The images on the packing slip will not change and need to be high resolution for crisp ...
13
votes
6answers
1k views
How do I add a favicon to my website?
What markup is the modern standard for adding a favicon to my site? What is the standard image format and size?
15
votes
13answers
3k views
How do I get images containing text to be indexed by search engines?
I am building a small portfolio website for a friend, and being in advertising and all, she hates the standard fonts and wants everything written in a custom font.
As CSS font-embedding is not really ...
17
votes
4answers
1k views
Why insert static files ( css, images, js, ecc ) in a subdomain?
Why so many big and little sites inserts static files ( css, images, js, ecc ) in a subdomain like media.example.com or s2.static.example.com ?
What are the advantages ?
Why not just a directory ...