Treinetic / ImageArtist

ImageArtist is a php gd Wrapper which makes Image manipulation insanely easy, we introduce ImageArtist as Photoshop for php
MIT License
82 stars 24 forks source link

Get image on fly #23

Closed MahdiMb55 closed 4 years ago

MahdiMb55 commented 4 years ago

Hi ! tnx for great project and publishing that :) first of all i use dump but that add img to the top of page and i dont want this. i can't find any method or command for get image like dump (just data for use in src). if there is a way So let me know. with regards

MahdiMb55 commented 4 years ago

I find it ! :) just use getDataURI() on $image !!!