Compress Image Before Upload using PHP

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 13

  • @cotigasenegal
    @cotigasenegal 4 роки тому +3

    PHP is server side, how can PHP compress or resize images client side ???

  • @anythingoninternet
    @anythingoninternet 3 роки тому +1

    there is no variabled declared for size , how its showing size of the uploaded image in result

  • @tonygaming9358
    @tonygaming9358 4 роки тому

    great work but how to compress if multiple image instead one please help

  • @etheljoyluna7344
    @etheljoyluna7344 4 роки тому

    Sir is this what you called basic image compression algorithm applied?

  • @tonygaming9358
    @tonygaming9358 4 роки тому

    great work

  • @pratyakshkumar1003
    @pratyakshkumar1003 3 роки тому

    how much on an average , does this save ( in KB )?

  • @iso-production
    @iso-production 4 роки тому

    How to conserve the alpha canal for png files ?

  • @tamizh.a1530
    @tamizh.a1530 4 місяці тому

    Not working imagecreatefromjpeg() function, plz help

  • @Abhishekverma-cr8qf
    @Abhishekverma-cr8qf 4 роки тому

    how to possible if any image size upload but after image upload save into folder 10kb size in php

  • @uzzwalable
    @uzzwalable 4 роки тому

    Does it work in php 7.4 ?

  • @reecedsouza789
    @reecedsouza789 4 роки тому

    When compressing, does the quality get reduced?

    • @programmingwithprem
      @programmingwithprem 4 роки тому +2

      Yes, the quality gets reduced. But there will not be any visual difference (Distortion or Blur) between the original and compressed images as long as you set the quality anywhere between 75% to 90%.

  • @dummyaccount360
    @dummyaccount360 4 роки тому

    Hi, anyone know how source code works for pdf compression?