タグ

imagerに関するshidhoのブックマーク (5)

  • perl - Imagerでfaviconを作る : 404 Blog Not Found


    2008021122:00 Lightweight Languages perl - Imagerfavicon favicon.ico favicon.ico | IDEA*IDEA favicon.icoDemo: URIico URL: Large?: Proportional?: Imager使ImagerImager CGImod_perl Source Code Enjoy! Dan the Favicon Monger Lightweight Languages
    perl - Imagerでfaviconを作る : 404 Blog Not Found
    shidho
    shidho 2009/04/09
    faviconってマルチサイズのiconの方がいいんじゃ……。
  • Imager::Transformations - search.cpan.org

    NAME Imager::Transformations - Simple transformations of one image into another. SYNOPSIS use Imager; $newimg = $img->copy(); $newimg = $img->scale(xpixels=>400, qtype => 'mixing'); $newimg = $img->scale(xpixels=>400, ypixels=>400); $newimg = $img->scale(xpixels=>400, ypixels=>400, type=>'min'); $newimg = $img->scale(scalefactor=>0.25); $newimg = $img->scaleX(pixels=>400); $newimg = $img->scaleX(s

    Imager::Transformations - search.cpan.org
    shidho
    shidho 2009/04/09
    で、白色の画像にこれを適用すれば。
  • Imager::Color

    NAME Imager::Color - Color handling for Imager. SYNOPSIS use Imager; $color = Imager::Color->new($red, $green, $blue); $color = Imager::Color->new($red, $green, $blue, $alpha); $color = Imager::Color->new("#C0C0FF"); # html color specification $color->set($red, $green, $blue); $color->set($red, $green, $blue, $alpha); $color->set("#C0C0FF"); # html color specification ($red, $green, $blue, $alpha)

    Imager::Color
    shidho
    shidho 2009/04/09
    カラーコードの変換はこれを使うと楽っぽい。
  • 今日のCPANモジュール(跡地) 目次

    Redirecting… Click here if you are not redirected.

    shidho
    shidho 2007/12/30
    簡単すぎる説明なんだけど、この簡単すぎる説明ですらあんまり見つからないのよね。
  • s.h.log: Perl - Imagerで写真に半透明ロゴを入れる


    CPANImager  use Imager; - CPAN[] Elementary, ... Imager  Web (Yusukebe::Tech) result.jpg ImagercoLinuxDebian 4.0 etchapt# apt-get install libjpeg-dev libtiff-dev libpng-dev giflib-dev libttf-dev libfreetype6-devcpan shellinstall Imager 
    shidho
    shidho 2007/11/07
    さっきImager入れたばかりなので試しにやってみる。
  • 1