Zen Cart Logo
Forums / Other Business Topics / What are the best image download automation practices

What are the best image download automation practices

Views: 60

Results 1 to 3 of 3
11 Dec 2020, 12:14 PM
#1
wolfderby avatar

wolfderby

Zen Follower

Join Date:
Dec 2008
Location:
Pittsburgh, PA
Posts:
241
Plugin Contributions:
0

What are the best image download automation practices

Are webp files the future?

What language is the easiest to pursue hacking up some image handling/scraping from my vendors?
(Currently have a script that pulls a vendor sku out of my easypopulate csv's and downloads them from my vendors website; but the png > jpg is getting streaky)

Any other suggestions?

11 Dec 2020, 5:57 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: What are the best image download automation practices

webp still is not supported by browsers used by a lot of users.

As for scraping images from vendors, I see several issues:

  1. Permission. Copyright. Have they given you permission to do this? If so, that same conversation of asking for permission could be had with their marketing department who actually has the originals of those images, and could simply supply them to you in high quality.
    Scraping issue solved.

And, if your counter-argument to this is that "I've tried that years ago", then maybe it's time to re-visit the conversation "today" and convince them of the value of collaborating with you.

  1. If your existing scraping script is grabbing low-quality images but their website uses higher-quality images then perhaps you're not scraping the right files?

  2. Why convert from png > jpg? If you're re-processing already-low-res images, you're going to end up with even lower quality images.

13 Dec 2020, 1:07 PM
#3
wolfderby avatar

wolfderby

Zen Follower

Join Date:
Dec 2008
Location:
Pittsburgh, PA
Posts:
241
Plugin Contributions:
0

Re: What are the best image download automation practices

Thanks for the input, my industry's small. I would of course do this with permission.