Skip to content

Instantly share code, notes, and snippets.

@kamatari
Created October 14, 2014 07:32
Show Gist options
  • Select an option

  • Save kamatari/36145f96b0f35f48c75d to your computer and use it in GitHub Desktop.

Select an option

Save kamatari/36145f96b0f35f48c75d to your computer and use it in GitHub Desktop.
<?php
$data = imagecreatefromgif('sample.gif');
imagejpeg($data, 'convertgifimage.jpg');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment