Skip to content

thevobos/Php-Images-Crop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

php-images-crop

SensioLabsInsight

Php İmages Crop

	include("crop.php");

	$images = new crop;

	$images->image("app/storage/deneme.jpg") // image path 
		->targetw(width)
		->targeth(height)
		->xcor(cor x)
		->ycor(cor y)
		->width(width)
		->height(height)
		->quality(100) // quality
		->run();

About

Php İmages Crop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages