Edit Convert

Free online edit and convert files


Convert PNG, PDF, JPG, JPEG, GIF, TIFF, BMP, HEIC, EPS, PSD, and WEBP to PNG

png
jpg
jpeg
pdf
gif
tiff
bmp
heic
eps
psd
webp
avif

Drop or choose files button to select your files

This online tool converts files to PNG

By using this tool, you agree to the terms below.

This tool will convert the following filetypes

  • PNG to PNG
  • JPG to PNG
  • JPEG to PNG
  • PDF to PNG
  • GIF to PNG
  • TIFF to PNG
  • BMP to PNG
  • HEIC to PNG
  • EPS to PNG
  • PSD to PNG
  • WEBP to PNG
  • AVIF to PNG

Converting images and PDF files to PNG format can be incredibly useful in various situations. Below, we’ll explore the process of converting different file types, including PNG, PDF, JPG, JPEG, GIF, TIFF, BMP, HEIC, EPS, PSD, and WEBP, to PNG format.

How to Convert PNG, JPG, JPEG, GIF, TIFF, BMP, HEIC, EPS, PSD, and WEBP to PNG using Command-Line Tools?

  1. Install the ImageMagick and PHP Imagick Extension
    • macOS
      use Homebrew:
      brew install imagemagick
      brew install php-imagick
    • Linux
      Use the package manager for your distribution. For example, on Debian-based systems:
      sudo apt-get install imagemagick
      sudo apt-get install php-imagick
    • Windows
      download and install imagemagick installer.
      Install PHP Imagick Extension:
      Download the Imagick extension from the PECL repository.
      Extract php_imagick.dll into your PHP extensions directory.
      Add the following line to your php.ini file: extension=php_imagick.dll
  2. Open Command Line
    • Open your command line interface (Terminal on macOS/Linux or Command Prompt/PowerShell on Windows).
  3. Run the command
    • The basic syntax for the convert command is:
      magick convert input_file output_file.PNG
      For example, to convert a JPEG image to PNG, you would use:
      magick convert input.jpg output.PNG

Desktop Editors

Desktop editors provide more control over the conversion process and often include additional features for editing and optimizing images.

  1. Open the file: Use software like Adobe Photoshop, GIMP, or IrfanView to open the file you want to convert.
  2. Adjust settings (if needed): Edit the image or adjust settings like resolution and compression.
  3. Save as PNG: Choose the ‘Save As’ option and select PNG as the output format.
  4. Save: Save the converted PNG file to your device.