reversing an image

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

  • =?ISO-8859-15?Q?Iv=E1n_S=E1nchez_Ortega?=
    Guest replied
    Re: reversing an image

    laredotornado@z ipmail.com wrote:
    Does anyone know of any libraries/code that can display the reverse of
    an image? By "reverse", I mean show an image as if looking at it from
    behind?
    >
    I'm using PHP 4.4.4 but I'm flexible on upgrading if necessary.
    Off-topic on this group: it can be done client-side with a little help of
    javascript and the HTML5 "canvas" element.

    --
    ----------------------------------
    Iván Sánchez Ortega -ivansanchez-algarroba-escomposlinux-punto-org-

    Q: What happens when four WASPs find themselves in the same room?
    A: A dinner party.

    Leave a comment:


  • Norman Peelman
    Guest replied
    Re: reversing an image

    The Natural Philosopher wrote:
    laredotornado@z ipmail.com wrote:
    >Hi,
    >>
    >Does anyone know of any libraries/code that can display the reverse of
    >an image? By "reverse", I mean show an image as if looking at it from
    >behind?
    >>
    >I'm using PHP 4.4.4 but I'm flexible on upgrading if necessary.
    >Thanks, - Dave
    You want a mirror function yes?
    >
    There is some info here..
    >
    >

    >
    But I am wondering if imagecopyrezide would work with 'negative' width
    and positive X co-ord to achieve the same result..
    ....was just sitting here pondering the same thing.

    --
    Norman
    Registered Linux user #461062

    Leave a comment:


  • The Natural Philosopher
    Guest replied
    Re: reversing an image

    laredotornado@z ipmail.com wrote:
    Hi,
    >
    Does anyone know of any libraries/code that can display the reverse of
    an image? By "reverse", I mean show an image as if looking at it from
    behind?
    >
    I'm using PHP 4.4.4 but I'm flexible on upgrading if necessary.
    Thanks, - Dave
    You want a mirror function yes?

    There is some info here..




    But I am wondering if imagecopyrezide would work with 'negative' width
    and positive X co-ord to achieve the same result..

    Leave a comment:


  • Norman Peelman
    Guest replied
    Re: reversing an image

    laredotornado@z ipmail.com wrote:
    Hi,
    >
    Does anyone know of any libraries/code that can display the reverse of
    an image? By "reverse", I mean show an image as if looking at it from
    behind?
    >
    I'm using PHP 4.4.4 but I'm flexible on upgrading if necessary.
    Thanks, - Dave
    ImageMagick is a powerful open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for developers, designers, and researchers.


    --
    Norman
    Registered Linux user #461062

    Leave a comment:


  • laredotornado@zipmail.com
    Guest started a topic reversing an image

    reversing an image

    Hi,

    Does anyone know of any libraries/code that can display the reverse of
    an image? By "reverse", I mean show an image as if looking at it from
    behind?

    I'm using PHP 4.4.4 but I'm flexible on upgrading if necessary.
    Thanks, - Dave
Working...