Greetings, I want to save pictures to clip picture files (the ones that would be produced when an user drags&drops a picture to the desktop or a Finder window). So far, some code has been written and “should” work. However, the Finder doesn't actually show the picture (the window stays blank, but the type is recognized (“Contents: TIFF picture”)) and this is thrown to the console:
“Finder: This application is assuming that a particular image contains an NSBitmapImageRep, which is not a good assumption. We are instantiating a bitmap so that whatever this is keeps working, but please do not do this. Break on _NSPrivateIconImageRepSubclassAssumedToBeBitmap to debug. This will be logged only once. This may break in the future.” So, I bet I'm after a way to create a NSBitmapImageRep. Is it doable using the plugin? _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
