wondered if anyone else can help or has the same problems, we basically inport images onto our server from the networks data feeds. Once imported we use the GD library (well something similar) to reprocess the images into correct thumbnail sizes to keep our site consistent. Problem is that merchants are using urls like:
http://www.avonshop.co.uk/getimg.asp...n=ProductImage
for example, which is not a file path to an actual image, its a file path to ascript which outputs an image, quite different when trying to import an image.
Does anybody have any clue about what methods we could use to import such an image directly from the server, what commands to use, we cant use a get command on this type of image and also even when we do its not clear what the file type is to allow our script to reprocess it, we need clear urls to images and this looks like something we cant get past.
At the moment we are not importing more than 200,000 products because we dont have images for them. (our theory is if we are going to try and sell something to someone the least we can do is show them what the damn thing looks like)
Also im pretty pissed with this whole thing as it shows that the people that either make the files, or the networks themselves have no real understanding how affiliates use the feeds, i have spoken to others about this subject and it is the same for them. Surely if the images are on the server anyway they can provide the real file path to them and not this nonsense scripts all the time.