Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Slice Image in MANY slices?

Status
Not open for further replies.

math55

Programmer
Jan 15, 2006
3
DE
hi, im trying to slice an image into many slices. the image is 2700x2020 pixels and i want to slice it into 4x4 pixel slices. everytime i try to do that i get a "not enough memory" message. how can i do that anyway?

thanks in advance :)
 
This is not meant as a flippant remark but get more memory.
I am not sure how the resulting slices are stored in memory but you are trying to store over 340000 of the little things.
Could you approach the problem another way?

Keith
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top