Search found 75 matches
- 2013-10-13T08:52:26-07:00
- Forum: Users
- Topic: [Solved] Installation Problem on Linux Mint - JPEG Delegate
- Replies: 6
- Views: 12317
Re: [Solved] Installation Problem on Linux Mint - JPEG Deleg
The crash shouldn't occur in the latest version of Acroreader (was a bug in the older 11 versions). Or simply use a different PDF reader (for example pdfxcview, which can be installed as portable version; at least on Windows). You miss a complete description about the possible problems plus their ...
- 2013-10-13T08:28:55-07:00
- Forum: Users
- Topic: [Solved] Installation Problem on Linux Mint - JPEG Delegate
- Replies: 6
- Views: 12317
Re: Installation Problem on Linux Mint (ubuntu) - JPEG Deleg
I donno what you have done, so it's hard to say
Some additional info about compiling it on Linux Mint can be found in my documentation (drops.pdf, page 6-7) for the drops module (ConTeXt).
http://www.wuala.com/indiego/public/ConTeXt/drops/
Some additional info about compiling it on Linux Mint can be found in my documentation (drops.pdf, page 6-7) for the drops module (ConTeXt).
http://www.wuala.com/indiego/public/ConTeXt/drops/
- 2013-10-13T07:30:46-07:00
- Forum: Users
- Topic: [Solved] Installation Problem on Linux Mint - JPEG Delegate
- Replies: 6
- Views: 12317
Re: Installation Problem on Linux Mint (ubuntu) - JPEG Deleg
Can you explain why you don't use the Imagemagick software that is shipped with your Linux distribution? It supports JPG out of the box, so no need to compile it yourself.
Also: using rpm's from a different Linux distribution is a bad idea.
Also: using rpm's from a different Linux distribution is a bad idea.
- 2013-07-30T05:00:37-07:00
- Forum: Users
- Topic: Win 8 installation: convert not recognised
- Replies: 7
- Views: 12156
Re: Win 8 installation: convert not recognised
I use Redmond Path to edit the $PATH environment variable on Windows. Only one file, no installation needed.
http://redmondlab.reachby.com/g2gz5/redmond-path-v-1-0
http://redmondlab.reachby.com/g2gz5/redmond-path-v-1-0
- 2013-05-29T15:39:43-07:00
- Forum: Users
- Topic: Transparent pdf to jpg
- Replies: 5
- Views: 11040
Re: Transparent pdf to jpg
Normal JPG does not support transparency (only J2K). You can try to use PNG instead, but I doubt that the transparency will survive the 'flattening'. Just give it a try.
I also made a syntax check in Acrobat, no PDF problems found.
I also made a syntax check in Acrobat, no PDF problems found.
- 2013-04-28T01:51:40-07:00
- Forum: Users
- Topic: eps to png barcode is blurry
- Replies: 6
- Views: 12736
Re: eps to png barcode is blurry
I guess you are right. But at some point of the conversion from postscript you have to 'draw' the barcode lines.fmw42 wrote:I am not sure that anti-alias is used by anything but -draw?
- 2013-04-27T09:03:05-07:00
- Forum: Users
- Topic: eps to png barcode is blurry
- Replies: 6
- Views: 12736
Re: eps to png barcode is blurry
You can also try to add '+antialias' to your command line. Anti-aliasing pixels are not helpful when it comes to bar codes.
- 2013-01-23T11:08:40-07:00
- Forum: Users
- Topic: alpha 7.0: magick exception
- Replies: 0
- Views: 8691
alpha 7.0: magick exception
I just installed the alpha 7.0 to a local directory (/home/indiego/imagemagick7). The binary 'magick' is called over $IMCONV (latest 6.8 version is installed global). Sadly I get an exception, when I call my batch file. OS is Linux Mint Mate Edition 64bit. magick: MagickWand/operation.c:3428 ...
- 2013-01-07T04:43:32-07:00
- Forum: Bugs
- Topic: version info
- Replies: 2
- Views: 5792
version info
Is there a deeper reason why the official version number differs from the one reported by 'identify -version'?
- 2012-12-07T08:01:13-07:00
- Forum: Kudos and Rants
- Topic: Thank you!
- Replies: 0
- Views: 91125
Thank you!
I just released the first draft of my ConTeXt module, which heavily relies on the shadow functionality of IM. My thanks to all the developers and supporters here. :D Peter ps: for the curious https://www.wuala.com/indiego/public/ConTeXt/drops/?key=caiCGLasLFmJ the zip also contains the PDF ...
- 2012-11-20T10:03:20-07:00
- Forum: Bugs
- Topic: configure.xml outdated on Windows
- Replies: 0
- Views: 5616
configure.xml outdated on Windows
Hi, I'm trying to get the version number of the installed IM. I use the 'identify' command, because its name does not change in IM7. identify -list configure just types the content of 'configure.xml', which is sadly totally outdated (6.6.2-5). [ImageMagick-6.8.0-4-Q16-windows.zip] identify -version ...
- 2012-11-14T11:11:11-07:00
- Forum: Users
- Topic: cant convert bmp to png
- Replies: 10
- Views: 21216
Re: cant convert bmp to png
@snibgo: better stay with this version. the png is transparent here (IM 6.8.0-4 Q16, Windows 7)
- 2012-10-20T08:25:53-07:00
- Forum: Users
- Topic: Convert JP2 to JPG Issue
- Replies: 12
- Views: 27762
Re: Convert JP2 to JPG Issue
Fails here too (Win7-64bit, 8GB RAM) Version: ImageMagick 6.8.0-1 2012-10-15 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC Features: OpenMP f:\Downloads>convert BALTIMORE201210010200_21.JP2 baltimore.jpg error: cannot decode code stream convert.exe: unable ...
- 2012-10-11T13:21:33-07:00
- Forum: Users
- Topic: [SOLVED] Added drop shadow - can't see the shadow in Gimp
- Replies: 10
- Views: 19262
Re: Added drop shadow - can't see the drop shadow with Gimp
I had similar experiences with Gimp and several image viewers. The problem is not the png itself (checked with tweakpng), but that those viewers don't handle the indexed pngs (256colors) right. To get rid of the indexed (paletted) png save it with the prefix 'png32:'. It can also be helpful to save ...
- 2012-10-07T14:24:54-07:00
- Forum: Users
- Topic: Struggling with bat in Win7
- Replies: 6
- Views: 14195
Re: Struggling with bat in Win7
I have taken this from the draft documentation of my upcoming ConTeXt module. Hope this helps... Pitfalls: the 'convert.exe' problem There is an equal named program on Windows OS, that converts the file system of a given drive from fat32 to ntfs. If this program is called instead of the IM binary ...