Top.Mail.Ru
? ?

Entries by tag: python

fun little codescriptthing

Some python to get quick and dirty assets for a project I'm working on (to be replaced by paid assets before anyone sees it publicly, of course) ~


objects = [ "ant", "axe", "baby", "bag", "ball", ] # etc...

crop_and_resize_to = (640,480)

import urllib2
import json
import ImageOps
from PIL import Image
from cStringIO import StringIO
for object in objects:
  url = "https://ajax.googleapis.com/ajax/services/search/images?v=1.0&q={}".format(object)
  data = json.loads(str(urllib2.urlopen(url).read()),"utf-8")
  first_image_data = data['responseData']['results'][0]
  url = first_image_data['unescapedUrl']
  image_file = urllib2.urlopen(url)
  im = StringIO(image_file.read())
  image = Image.open(im)
  image = ImageOps.fit(image, (640,480), Image.BICUBIC, 0, (0.5,0.5))
  if image.mode != "RGB":
    #required to save as jpg, if image is single-channel (or otherwise weird)
    image = image.convert("RGB")
  image.save("objects/{}.jpg".format(object));


Grabs the first google-image result for a given word, crop/fits it, saves it as that word. :)

Some of the images are hilarious (well, at least not what I expected). Axe. Turkey. Mouse. Xylophone.

Latest Month

February 2016
S M T W T F S
 123456
78910111213
14151617181920
21222324252627
2829     

Tags

Syndicate

RSS Atom

Comments

  • (Anonymous)
    11 Feb 2013, 22:09
    コーディネーション 市場 最安心 奇跡が ファスナー 激安 詳しい 新品 新しい トレーナー 人気のある 流行する ナイロン [url=http://www.jpjimmychookutus.com/]ジミーチュウ 2012[/url] 自然な高級感 最安値 最低の価格 过温保护 送料無料 市場 アクセサリー 海外セレブのブランド トレーナー よく販売する 様
    つけまわす おいすがる ミス…
  • (Anonymous)
    11 Feb 2013, 05:57
    最高品質の商品 ねまき ラウンドネック 販売 最低価格 激安通販 安全 一等級の 運動靴 パンティー 購入する 人気新作 軽量感 パンツ 大変 [url=http://www.timberlandjpsalehuyu.com/]timberland 店舗[/url] 著名 不可欠商品 色ははっきり 日本 実用的 真 夫 先端に走る アイデンティティ 最高品質の商品 一番 保証 最も高い標準…
  • (Anonymous)
    10 Feb 2013, 03:19
    愛用 ポリエステル 素晴らしい新品種類 信頼する 快適な 高品質 うらじ 皆 羨望 芯地 格調高さ 新しい 高級感 [url=http://www.timberlandskutusale.com/]ティンバーランド アウトレット[/url] 绿色 奇跡 足が速い 高品質 広告 人気商品 信託 通販 激安直営店 格調高さ 合理的な価格 革のバッグ 世界最高峰 ラブ 豪華な…
  • (Anonymous)
    10 Feb 2013, 00:22
    バックパック ジャケット 絶賛さ 掘り出し物 大人気 あわせやすい 専売店 いと 合う 大人気新品 精巧な [url=http://www.adidasjpsaleboxes.com/アディダス-オリジナル-outlet-11.html]adidas ランニングシューズ[/url] 幅広い きじ 海外セレブのブランド よく売れ 靛青 素敵 ベビー服 買い物 ナイロン 高品質 リンネル 世界中で…
  • (Anonymous)
    8 Feb 2013, 15:01
    靛青 信頼する 新た グリーン 可愛く ホームドレス 新作 広告 愛用 親族 人気のある せびろ すべて キラキラ 身長 格好 うわいと [url=http://www.buylouboutinbootsjp.com/]クリスチャン[/url] 新着 大規模 価格も非常に安い 販売 格安 絶賛され 良い 本物の シャツ 最適 の格安 便利 ゴージャス 貴族の品質 リンネル
    げっしゃ おいぼれ…
Powered by LiveJournal.com
Designed by Imagechasethestars
Image