compress image

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mohammedsiddig
    New Member
    • Jan 2008
    • 13

    compress image

    Hello php programmer !
    how i can compress image and storage it on oracle ? the compress must reduce the original size of the image to more than half of original size
  • MarkoKlacar
    Recognized Expert Contributor
    • Aug 2007
    • 296

    #2
    Hi,

    To accimplish what you're talking about you need to look at the imagecopyresize d function. Start with that and we'll take it from there.

    Good luck

    Comment

    • mohammedsiddig
      New Member
      • Jan 2008
      • 13

      #3
      Originally posted by MarkoKlacar
      Hi,

      To accimplish what you're talking about you need to look at the imagecopyresize d function. Start with that and we'll take it from there.

      Good luck
      thanks for reply , but when i resize the image to big size i notice it will be corrupt .

      Comment

      • MarkoKlacar
        Recognized Expert Contributor
        • Aug 2007
        • 296

        #4
        Originally posted by mohammedsiddig
        thanks for reply , but when i resize the image to big size i notice it will be corrupt .
        Try this one, imagecopyresamp led

        Comment

        • MarkoKlacar
          Recognized Expert Contributor
          • Aug 2007
          • 296

          #5
          Hi,

          Did it work out fine or are you still stuck?

          Comment

          • mohammedsiddig
            New Member
            • Jan 2008
            • 13

            #6
            Originally posted by [B
            MarkoKlacar[/B]]Hi,

            Did it work out fine or are you still stuck?
            thanx for helping ! it is working fine .

            Comment

            • MarkoKlacar
              Recognized Expert Contributor
              • Aug 2007
              • 296

              #7
              No problem, glad to help!

              Comment

              Working...