How to split image into different parts in php??

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
senthil babu
Forum Newbie
Posts: 14
Joined: Tue Jan 27, 2009 12:20 am
Location: INDIA

How to split image into different parts in php??

Post by senthil babu »

Hi.. I want to know that image split in php, when a user gives number as input, example 4, then need to image will be divided into 4 parts .. using php, is it possible, any body have coding, send me.. can any one help me,


Thanks
jothirajan
Forum Commoner
Posts: 69
Joined: Tue Jan 27, 2009 12:06 am

Re: How to split image into different parts in php??

Post by jothirajan »

Hello friend

Yeah,

There is no code in php to make the splitting in images.

Even i tried this in my old project.

But there is 2 ways to get ride of this problem.

1) Resizing the images with different resolution
2) Make use of mootols.

Thanks
JOE
Post Reply