Football Fans: Download the 2012 Schedule App from Google Play!


Go Back   Android Forums > Android Discussion > Android Applications

Android Applications All the information you could ever want about Android Applications. Learn about apps and get help with them... all here! New apps can be found and announced in the Applications Announcements forum linked below.



Reply
 
LinkBack Thread Tools
Old June 28th, 2010, 01:06 AM   #1 (permalink)
New Member
 
Join Date: Jun 2010
Posts: 1
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default how to merge an array of bitmap together in one bitmap ?

hi there,

how can i merge together in one single bitmap the content of a bitmap array ?

here's my render method:

Code:
//here's what i have:
for (int x = 0; x < MapLoader.width; x++) {
  for (int y = 0; y < MapLoader.height; y++) {
    g.drawBitmap( picSource[x][y], posX, posY, BitmapPaint);
  }
}

//and here's what i'd like to have:
g.drawBitmap( picDest, posX, posY, BitmapPaint);
i would like to itterate through picSource[x][y] grab all the bitmap and put them all in picDest.
note that no bitmap contained in the picSource[][] array is located a the same position ..
there's no bitmap on top of any other, they're just displayed in a grid
each is a 32x32 bitmap in a 4x3 grid for example..
each its own spot on the grid ..

thanks for the help

freeaks is offline  
Reply With Quote
Sponsors
Reply

Bookmarks


Go Back   Android Forums > Android Discussion > Android Applications User CP
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
save an bitmap Elprisionero Application Development 0 November 18th, 2010 02:30 AM
Trying to get a sub-section of a bitmap from CreateBitmap ophanin Application Development 4 September 2nd, 2010 01:20 PM
Bitmap Compression elepanda Application Development 0 June 24th, 2010 02:28 AM
Bitmap out of memory android88 Application Development 2 March 1st, 2010 09:26 AM
Bitmap.createBitmap :error eldo Android Applications 0 August 14th, 2009 04:00 AM



All times are GMT -5. The time now is 04:29 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo