EqUiNoX
EqUiNoX
I am currently updating your library (minor refactoring + almost at stage where it reads in mesh data) I thought id ping you a message to see if you would...
I understand normally you would have a HTMLImageElement with an element reference and would use drawImage that way, however in my case I have many dynamically created Image server side...
Hi, I started to try to update the build scripts to compile for AppleTV, so far I think i have made a mistake somewhere in my changes, but was wondering...
Note: using latest beta of Visual Studio for Mac Example segment of header created... ``` @class PHObject; @class PHAsset; @class PHFetchOptions; @class PHFetchResult; @class PHImageManager; @class PHImageRequestOptions; @interface PHObject :...
Embeddinating a Mac dll as shared library causes following error... objcgen.exe --debug --platform=macosmodern --abi=x86_64 --target=sharedlibrary --outdir=output --compile PNIPhotoLibraryEmbedded.dll ``` Creating output directory `/Users/petertribe/Documents/Git/PNI.Mobile.Xamarin.Research/PNI.Photo.Library.Embedded/PNI.Photo.Library.Embedded.Mac/output` Parsing assemblies... Parsed '/Users/petertribe/Documents/Git/PNI.Mobile.Xamarin.Research/PNI.Photo.Library.Embedded/PNI.Photo.Library.Embedded.Mac/bin/Debug/PNIPhotoLibraryEmbedded.dll' Processing assemblies... 2...
Hi, Is it possible to get objcgen to generate a module style framework? i.e. with a module map file so that it can be imported into a swift application?
Trying to work out how to normalize a vector? Is there any documentation as also trying to understand the register attribute and why numbers can be repeated?
Exposed ability to change fill type as per... https://github.com/SixLabors/Shapes/issues/65 May need guide on the ImageSharp Graphics options side @tocsoft