Skip to content

richardtape/Friendly-Split-JPG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Very, very simple PHP function which splits an image into a set of parts and then uploads it to the WordPress Uploads directory.

Usage:

<?php $image_bits = friendly_wp_split_image( "image/dummy.jpg", 160, 160 ); ?>

You now have an array of image parts stored in $image_bits.

About

Split a JPG into smaller squares

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages