Questions tagged [imagecreatefrompng]

Anything related to imagecreatefrompng PHP function for creating an image from file or URL

imagecreatefrompng is a PHP function that returns an image identifier representing the image obtained from file or URL

109 questions
0
votes
2 answers

Image Size after converting with 'imagecreatefrom___'

I'm using imagecreatefromjpeg(), imagecreatefrompng() and imagecreatefromgif() to convert some image files and want to know the filesize of the image after conversion. I've tried filesize(imagecreatefrompng(filename)) and getimagesize() - but none…
Jason SP
  • 3
  • 1
-1
votes
1 answer

Creating image with text and another image

So i have a script that is printing text to an image using imagecreatefrompng function and a lot more but that is not the point. How could i print an image on the created image? I can print text to it but image not.
rsz
  • 1,141
  • 1
  • 18
  • 38
-2
votes
1 answer

Java Swing - java.lang.NullPointerException

When I override the paint method of my GamePanel class, then, when I try to open the MazeGUI Design Tab, I get this error: Internal Error WindowBuilder encountered unexpected internal error. This could be caused by a WindowBuilder bug or by a…
Miguel Cunha
  • 663
  • 8
  • 16
-4
votes
2 answers

PHP Convert html to pdf OR Convert html to image

Please provide me suggesion to convert html tp image or convert html to pdf in PHP If any code u have then please let me know.....thanks in advance
gurpreet
  • 3
  • 3
1 2 3 4 5 6 7
8