Saving a really large image



Hi
I am building a pattern which is a few feet x few feet in
dimension. I can create a large image but ofcourse, when i
try to save the large image through matlab i have memory
issues...

let me use this small psuedo code to explain my question:

THIS IS WHAT I DO NOW

for i = 1: 100
a= Create a small pattern(i);
imwrite (a, 'Piece-(i).bmp')
end

and then I take the Pieces- (1 to 1 100).bmp and stitch them
with irfanview

THIS IS WHAT I AM WONDERING IF CAN BE DONE
dummy=zeros(100,100000);
imwrite(dummy,'dummy.bmp')

for i = 1: 100
a= Create a small pattern(i);
imAPPEND (a, 'dummy.bmp')
end

There is no image append comment..but the idea is to ...but
this is what i am trying to do ..i am trying to stitch 2
images 'outside' matlab, but using matlab to do the
stitching.... if that makes any sense....

Please let me know if you have any ideas towards it..I am
basically trying to make an image which is abt a couple 100
megapixels but through matlab

cheers
vasaq

.



Relevant Pages

  • Re: Saving a really large image
    ... I am building a pattern which is a few feet x few feet in ... try to save the large image through matlab i have memory ... i would look into file formats which are easy to write to a ... file directly (i.e. the pgm file format ...
    (comp.soft-sys.matlab)
  • Caution with Units of Feet and Miles
    ... cautionary note about the units of feet and miles in MATLAB. ... interpret 'ft' as meaning INTERNATIONAL feet. ...
    (comp.soft-sys.matlab)
  • Re: matrix operations in F2
    ... I want to solve an equation of the form Ax=b, where A is an nxn square ... and x and b are nx1 column vectors. ... Ofcourse, this can normally be ... there a way in MATLAB to take this into account and let MATLAB solve ...
    (comp.soft-sys.matlab)
  • Re: Extract frames from AVI into array of JPEGs
    ... But I have a big file, and the aviread doesn't work. ... I don't need ofcourse all the file as figures, ... But my problem is to just up load the file into matlab ...
    (comp.soft-sys.matlab)
  • Algorithm used in MATLAB for voronoin
    ... cells in MATLAB (or ofcourse for Delaunay triangulation)... ...
    (comp.soft-sys.matlab)