[cvs] commit: klutz comics.php klutz/lib Driver.php Image.php klutz/lib/Driver file.php

Marcus I. Ryan marcus@riboflavin.net
Tue, 2 Jul 2002 07:26:46 -0700 (PDT)


marcus      2002/07/02 07:26:46 PDT

  Modified files:
    .                    comics.php 
    lib                  Image.php Driver.php 
    lib/Driver           file.php 
  Log:
  Support height/width tags for images where possible.  This setup lets the
  driver decide if getting the image size is too expensive (e.g. the default
  driver returns a null string because supporting size would mean fetching
  the image at least once, and many times twice, per display.
  
  Revision  Changes    Path
  1.7       +5 -4      klutz/comics.php
  1.5       +12 -5     klutz/lib/Driver.php
  1.6       +17 -7     klutz/lib/Driver/file.php
  1.4       +14 -4     klutz/lib/Image.php

  Chora Links:
  http://cvs.horde.org/diff.php/klutz/comics.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/klutz/lib/Driver.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/klutz/lib/Driver/file.php?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/klutz/lib/Image.php?r1=1.3&r2=1.4&ty=u