タグ

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

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

    2008年02月11日22:00 カテゴリLightweight Languages perl - Imagerでfaviconを作る ちょっと個人的なはっく。車輪の再発明の公算大ですが。favicon.icoを作るプログラムの書き方です。 favicon.ico(ファビコン)の作り方 | IDEA*IDEA ちょっと個人的なまとめ。いまさらですが。favicon.icoの作り方&設置方法です。Demo: 任意の画像ファイルをURIで指定すると、ico化します。 URL: Large?: Proportional?: ここではImagerを使っています。ImagerかわいいよImager とりあえずCGIで動かしときますが、mod_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で写真に半透明ロゴを入れる

    CPANモジュールImagerで、新聞社とかがやってるようなコピーライトのロゴを写真に入れられる。 この辺を参考に ・use Imager; - 今日のCPANモジュール[まぐまぐ!] ・Elementary, ... それ、Imager で ・Webから画像をとってきてリサイズする処理のベンチマーク (Yusukebe::Tech) こんな感じで右上に入って、result.jpgとして出来た。 ■Imagerインストール coLinux版のDebian 4.0 etchの場合。まずaptで画像処理関係を入れておく# apt-get install libjpeg-dev libtiff-dev libpng-dev giflib-dev libttf-dev libfreetype6-devんでcpan shellでinstall Imager ■画像を準備してプログラミング

    shidho
    shidho 2007/11/07
    さっきImager入れたばかりなので試しにやってみる。
  • 1