Search found 6 matches

by skatedan
2017-11-16T06:08:20-07:00
Forum: Users
Topic: IM on CMD WORKS but not .NET program
Replies: 0
Views: 12627

IM on CMD WORKS but not .NET program

Hi, i'm tring to convert a .tiff image to .pdf, using IM 6.9.9-Q16 on Win Server 2012 R2 64bit by this command: convert -resample 200x200 pathTIFFfile pathPDFfile if i run this command on CMD works fine, it generate a pdf file and i can open it. but if i try to develop same thing on .NET using this ...
by skatedan
2017-11-15T06:36:30-07:00
Forum: Users
Topic: ImageMagick-6.6.9-Q16 on Windows 64 Bit
Replies: 9
Views: 6752

Re: ImageMagick-6.6.9-Q16 on Windows 64 Bit

tx, using version 6.9.9 it works fine, but only by cmd, while if i use same command in .NET program doesn't create a file in one directory


EDIT: i give a full acces to my folder and now .NET program create a file, but now create a file that can't be open. Anyone can help me?
by skatedan
2017-11-15T05:39:39-07:00
Forum: Users
Topic: ImageMagick-6.6.9-Q16 on Windows 64 Bit
Replies: 9
Views: 6752

Re: ImageMagick-6.6.9-Q16 on Windows 64 Bit

This commands return me this: C:\Program Files\ImageMagick-6.6.9-Q16>convert -version Version: ImageMagick 6.6.9-6 2011-04-14 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC Features: OpenMP C:\Program Files\ImageMagick-6.6.9-Q16>convert rose: r.png Magick: n...
by skatedan
2017-11-14T03:35:40-07:00
Forum: Users
Topic: ImageMagick-6.6.9-Q16 on Windows 64 Bit
Replies: 9
Views: 6752

Re: ImageMagick-6.6.9-Q16 on Windows 64 Bit

i don't receive any errors, image can't create
by skatedan
2017-11-10T04:52:00-07:00
Forum: Users
Topic: ImageMagick-6.6.9-Q16 on Windows 64 Bit
Replies: 9
Views: 6752

Re: ImageMagick-6.6.9-Q16 on Windows 64 Bit

hi, tx for the reply, the version of IM is 6.6.9.
The command i think it'ok because in 32 bit work all fine.
fileNameTIFF contains pathINPUT\filename.extension
convertedPdf contains pathINPUT\filename.extension.

Thanks :)
by skatedan
2017-11-10T01:58:45-07:00
Forum: Users
Topic: ImageMagick-6.6.9-Q16 on Windows 64 Bit
Replies: 9
Views: 6752

ImageMagick-6.6.9-Q16 on Windows 64 Bit

Hi, i need to use this version of IM on my server, it works fine on machine 32 bit, but now i have a new machine 64 bit and it doesn't work on this machine. This version don't convert a .tif image into .pdf, i tring to do it using command line : -resample 200x200 fileNameTIFF convertedPdf and it doe...