Hi,
I am having a hard time finding -bit Imagemagick for my Solaris 10.
Do you know where I can find it?
Thanks
P.H.
Search found 8 matches
- 2012-10-18T09:27:49-07:00
- Forum: Developers
- Topic: 64-bit Imagemagick for Solaris 10
- Replies: 0
- Views: 4102
- 2012-07-23T18:17:58-07:00
- Forum: Developers
- Topic: Large size images
- Replies: 4
- Views: 6820
Re: Large size images
actually it works ... I, by mistake, was running an older version.
Thank you.
PH
Thank you.
PH
- 2012-07-23T15:56:18-07:00
- Forum: Developers
- Topic: Large size images
- Replies: 4
- Views: 6820
Re: Large size images
I can't run: $ identify -verbose F8V0.TIF identify: unable to open image `F8V0.TIF': Value too large for defined data type. W =7707 H= 9431 Horizontal & Vertical Resolutions: 400 dpi bit depth = 48 image size: 2.03 GB (2,180,014,080 bytes) running: SunOS 5.10 Generic_147440-12 sun4u sparc SUNW,Sun ...
- 2012-07-23T14:47:06-07:00
- Forum: Users
- Topic: Big images - convert
- Replies: 1
- Views: 2801
Big images - convert
Hi I have an image around 2G and am trying to use "convert" to create a JPG thumb. I get this error : convert: unable to open image a.TIF - Value too large for defined data type. For the sake of the image quality, I can't re-size the original image ... is there any parameter or way to make IM read ...
- 2012-07-23T14:39:11-07:00
- Forum: Developers
- Topic: Large size images
- Replies: 4
- Views: 6820
Large size images
Hi I have an image around 2G and am trying to use "convert" to create a JPG thumb. I get this error : convert: unable to open image a.TIF - Value too large for defined data type. For the sake of the image quality, I can't re-size the original image ... is there any parameter or way to make IM read ...
- 2012-05-01T12:36:10-07:00
- Forum: Users
- Topic: convert TIF->JPG with jmagick
- Replies: 0
- Views: 3441
convert TIF->JPG with jmagick
Hi
I am trying to convert a TIF image to JPG with java API jmagick.
I know this much:
ImageInfo info = new ImageInfo("img.TIF"); //full path
MagickImage image = new MagickImage(info);
(no error up to this point and it runs just fine)
how do I proceed?
Thanks
Paulo
I am trying to convert a TIF image to JPG with java API jmagick.
I know this much:
ImageInfo info = new ImageInfo("img.TIF"); //full path
MagickImage image = new MagickImage(info);
(no error up to this point and it runs just fine)
how do I proceed?
Thanks
Paulo
- 2011-11-09T16:30:25-07:00
- Forum: Developers
- Topic: API or plugin for imagemagick
- Replies: 2
- Views: 6245
- 2011-11-09T12:28:44-07:00
- Forum: Developers
- Topic: API or plugin for imagemagick
- Replies: 2
- Views: 6245
API or plugin for imagemagick
Hi I was wondering if someone can help me with this. I am trying to use some of the feature that imagemagick offers such as "convert -resize ..." and etc from WITHIN my application. Currently the way I do it is that I launch a process and the imagemagick command is passed to it and get executed. for ...