Search found 2 matches
- 2013-12-03T23:19:03-07:00
- Forum: Users
- Topic: -resize> faulty behavior
- Replies: 2
- Views: 4180
-resize> faulty behavior
The resize function shows unexpected behavior in the following case: The following command should resize an image to fit within 1200x1200, keep the aspect ratio and also ignore images that are smaller (so only downsize, hence the ^>, ^ since I work on a Windows machine). convert -resize 1200x1200 ...
- 2013-11-29T05:06:11-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: Excel VBA Cannot get the object to be instantiated correctly
- Replies: 0
- Views: 27011
Excel VBA Cannot get the object to be instantiated correctly
In Excel VBA I am trying to use the ImageMagick Object. The issue that I have is that I cannot get the object to be created correctly. Either I get the message: Run-time error '91': Object variable or with block variable not set or when I change the way to declare the object: Run-time error '429 ...