JPG images

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Five Cats

    JPG images


    Does anyone have a PHP script which will pick out the width & height of
    a JPG image, or enough details of the format of a JPG for me to 'roll my
    own', please?

    --
    Surfer!
    If you really want to send me email then use:
    five_cats at uk2 dot net

  • Andy Hassall

    #2
    Re: JPG images

    On Tue, 25 Nov 2003 21:34:05 +0000, Five Cats <cats_five@127. 0.0.1> wrote:
    [color=blue]
    >Does anyone have a PHP script which will pick out the width & height of
    >a JPG image, or enough details of the format of a JPG for me to 'roll my
    >own', please?[/color]

    getimagesize.

    --
    Andy Hassall (andy@andyh.co. uk) icq(5747695) (http://www.andyh.co.uk)
    Space: disk usage analysis tool (http://www.andyhsoftware.co.uk/space)

    Comment

    • Five Cats

      #3
      Re: JPG images

      In article <dnj7svk9bige1c jpeidi2r88clp4p d44q3@4ax.com>, Andy Hassall
      <andy@andyh.co. uk> writes[color=blue]
      >On Tue, 25 Nov 2003 21:34:05 +0000, Five Cats <cats_five@127. 0.0.1> wrote:
      >[color=green]
      >>Does anyone have a PHP script which will pick out the width & height of
      >>a JPG image, or enough details of the format of a JPG for me to 'roll my
      >>own', please?[/color]
      >
      > getimagesize.[/color]

      Doh!

      Thanks. Will play later!

      --
      Surfer!
      If you really want to send me email then use:
      five_cats at uk2 dot net

      Comment

      • Five Cats

        #4
        Re: JPG images

        In article <dnj7svk9bige1c jpeidi2r88clp4p d44q3@4ax.com>, Andy Hassall
        <andy@andyh.co. uk> writes[color=blue]
        >On Tue, 25 Nov 2003 21:34:05 +0000, Five Cats <cats_five@127. 0.0.1> wrote:
        >[color=green]
        >>Does anyone have a PHP script which will pick out the width & height of
        >>a JPG image, or enough details of the format of a JPG for me to 'roll my
        >>own', please?[/color]
        >
        > getimagesize.[/color]


        Thanks, the fruits are now at:





        --
        Surfer!
        If you really want to send me email then use:
        five_cats at uk2 dot net

        Comment

        Working...