Hi,
I've set up an Image library in SharePoint, and have written a tool to upload an Image and a custom thumbnail.
This works like a charm, with the custom thumbnails being shown correctly.
However, users are now uploading videos with custom thumbnails, and though the thumbnails follow the proper convention for naming (are are being pu...
At this moment every image which is uploaded to sharepoint has to run through the complete workflow before being shown to a end user.
This is not wished behaviour. What we like to approach is that an uploaded image is accessible directly to the end-user, without workflow or even approval action.
Is this possible, and if so, how?
...
Hi all,
i am trying to compile example source code which is using the OpenGL, SDL and IL aka DevIL aka OpenIL libraries. OpenGL and SDL are available as native frameworks, but DevIL isn't. So here is what i did:
I installed DevIL via homebrew. First i changed the Formula, because i need ILUT:
brew edit devil
then edited these lines
...