ImageStitcher max frame amount

Hi,

I noticed that imageStitcher can not create images that contains more than 148 frames. It creates the .png file but when used with VSTGUI the bitmap is just fully transparent. Is that because of some maximum bitmap size? Or am i doing something wrong?

Most likely the image is too big. Try to use the latest version of VSTGUI and use rows and columns to write your image so that the height and width of the final image are similar.