Questions tagged [aurigma]

20 questions
3
votes
2 answers

Could not load "Aurigma Graphicsmill", load program in incorrect format

Not able to run as web-site in visual studio 2013 Could not load file or assembly 'Aurigma.GraphicsMill' or one of its dependencies. An attempt was made to load a program with an incorrect format. Exception Details: System.BadImageFormatException:…
2
votes
3 answers

ASP.NET Request.Files is empty on flash control postback

I'm using the new Aurigma Image Uploader Flash control, and creating sample pages works great. However, when I drop this control onto an existing page on my existing site, it doesn't work. I can only suspect something in the masterpage or…
TheSoftwareJedi
  • 34,421
  • 21
  • 109
  • 151
2
votes
2 answers

aurigma conditional resize

Hello I am using a java based image uploader called aurigma, and setting it up using php code. I have some resizing options that can be set on width or height. I want to do a check where I say: If ((image I am uploading width) > (image I am…
jaget
  • 2,149
  • 6
  • 21
  • 29
1
vote
1 answer

Save 'Username' as Filename

I wonder whether someone could help me please. I'm using Image Uploader from Aurigma, and to save the uploaded images, I've put this script together.
IRHM
  • 1,326
  • 11
  • 77
  • 130
1
vote
0 answers

Aurigma Image Upload - Can you upload multiple grouped sets of images?

I am basically looking at uploading a batch of images, they will be categorised into different groups. For example: 3 images for photoshoot1 4 images for photoshoot2 1 image for photoshoot3 I want the 3 (or however many) groups of images to be…
Andrew
  • 9,967
  • 10
  • 64
  • 103
1
vote
1 answer

Aurigma PACKAGE UPLOAD ERROR - ERROR CODE 6

We are testing the trail package on QA server and we encountered the following issue.please help us to fix this issue we tried uploading the folder of 2GB using HTML5 uploader, it is working in Chrome but in Mozilla Firefox v54 it is getting…
1
vote
2 answers

How to remove the background of an image with an clippingPath using a pipeline in Graphicsmill?

I have a large image (at least 200 MB and up to 2 GB) with a clipping path. I want to apply the clipping path to remove the background. The only solution (ConvertClippingPathToMask) I have found so far uses a Bitmap, which loads the entire image…
Sebastian
  • 754
  • 4
  • 7
  • 20
1
vote
1 answer

Using Aurigma with Laravel 5

I am very new to Laravel and currently working on a project build on Laravel 5. i want to integrate Aurigma ImageUploaderFlash.class.php but cannot seem to put it in the right location. I put all files in app\Libraries\imageuploader and in my…
Alvin Bakker
  • 1,456
  • 21
  • 40
1
vote
1 answer

Install custom font in Azure Instance

How can i install custom fonts in an azure instance? Using PrivateFontCollection is not an option as i'm using GraphicsMill API to render graphics, and it doesn't seem to support this feature, only fonts installed in system are allowed. Thanks
David Freire
  • 671
  • 9
  • 23
0
votes
1 answer

Aurigma file uploader php how to size thumbs with correct ratio

I am using aurigma a commercial multi file uploader and cropper. I am tring to upload images of various aspect ratios and sizes. I want them to fit into boxes that are 140*140 pixels. If the height is the smallest attribut of the image I want that…
jaget
  • 2,149
  • 6
  • 21
  • 29
0
votes
1 answer

Can I navigate Image Uploader with cURL?

I'm wondering if anyone knows if manipulating the Aurigma Image Uploader using cURL is possible. Basically what I need to do is transfer images that are uploaded to my site (not using aurigma), and using web scripting (I'd assume cURL) send those…
Michael
  • 2,016
  • 5
  • 35
  • 51
0
votes
1 answer

Integrating Aurigma Express in Zend

First of all hello :). Spend two days trying to integrate Aurigma Express version PHP code. Mentions I am using Zend Framework. I don't get it why the code looks that bad .If you want a clean version here it is CodePad I've managed to make the…
Robert
  • 237
  • 3
  • 9
0
votes
2 answers

Aurigma image upload error - Package error occured: error code = 0x00000000 (Fine in Chrome not in IE 8)

When running the Aurigma Image Upload control in debug mode I get the following error: Package error occured: error code = 0x00000000 Has anyone else had this issue or know what it means in more detail? I notice my custom package values don't all…
Andrew
  • 9,967
  • 10
  • 64
  • 103
0
votes
1 answer

Problem with aurigma image uploader in asp.net

I am using Aurigma image uploader for uploading multiple images in asp.net i am facing a problem in aurigma image uploader when i upload images it will show error "Thumbnails of size more than 3 MPixels are not supported in standard version of…
Pankaj Agarwal
  • 11,191
  • 12
  • 43
  • 59
0
votes
1 answer

How can I get a DropDownList selected value and send it to the controller in ASP.NET MVC 4 and using JavaScript?

I did many searches about getting the selected value in DropDownList to send it to the controller using MVC 4, and I found something like that: Request.Form["id"] but they didn't meet my needs. I have this form:
Abdelouhab
  • 179
  • 3
  • 13
1
2