Hi Christian Does passing Nil for the temp file work under MS-Windows?
Another question I have is if there is a way to guarantee that a specific rectangle of a mmap'ed PictureMBS will be in memory and not paged out while a specific command takes place? This would be so that the memory address of this rectangle could be passed to a plug-in or declare. We could do this today by copying back and forth to a normal memory block but this means we need to allocate more memory and have the overhead of copying. I would like to do this using the memory space already reserved for the PictureMBS. eg: something like: lock picturembs load picture rectangle into picturembs memory (200,0,400,600) Call function / plug-in passing memory address unlock picturembs Regards Kev > On 14 Sep 2014, at 10:56, Christian Schmitz <supp...@monkeybreadsoftware.de> > wrote: > > Hi, > > * Changed PictureMBS constructor so you can pass nil for temp folderitem for > mac and linux and get an automatically temp file. > * Added UDPSocketMBS class. > * Updated DynaPDF to version 3.0.35.100. > * Added CGBitmapContextMBS.Create function which takes existing bitmap to > make new object with different color space. > * Fixed bug in CombineTiff8BitCMYKtoTiffMBS. > * Changed PictureMBS.Constructor to no longer use 64 KB blocks on Windows. > Now using 4 KB blocks which makes smaller temporary files. > * Fixed bug with AddAttachment with CURLEmailMBS class. > > Sincerely > Christian > > -- > Read our blog about news on our plugins: > > http://www.mbsplugins.de/ > > _______________________________________________ > Mbsplugins_monkeybreadsoftware.info mailing list > mbsplugins@monkeybreadsoftware.info > https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info