My current application is 32 bit and uses a Snowbound DLL to display my images. I can also get it to work using ImageGear. I can't spend the money to upgrade to 64 bit or a .net version. So, I was able to use GDIPlus to display the images in a typical Client / Server environment but that doesn't work when trying to deploy it with PowerServer. I've tried using the typical picture control, but can't get the image to resize inside the control without the picture control resizing.
What would you recommend for me to use so that I can port to a web application for free or less than 2 products I mentioned above.
Thanks
Mike
BTW: I have done this with PowerServer Web and Mobile Apps as well. However in these implementations with ImageMagick, I created a PB Web Service and called IM on the server side to do my image manipulation. Then placed the processed image back into a DB Blob, where the Web/Mobile App(s) could pick up the updated image. Thus, no requirement to install 3rd party tools on the client. Then I used the InkPicture control to present the updated image. I did an entire Elevate presentation on my implementation of imaging and OCR'ing in either PB, Web & Mobile App. (Case Study of a real implementation).