Search found 1 match

by Mugsy
2017-09-04T07:02:19-07:00
Forum: Windows COM+ & Visual Basic
Topic: Can IMK be used to import images *directly* into VB?
Replies: 0
Views: 49060

Can IMK be used to import images *directly* into VB?

Just learned of ImageMagick from someone who suggested it as a way to load JP2 images into Visual Basic. By calling "convert.exe", I can convert JP2's into PNG files that can be read directly by my VB program, but when you have a LOT of JP2 files, this process is extremely slow. :( I also ...