Search found 54 matches

by jpiquemal
2010-01-26T08:48:36-07:00
Forum: Users
Topic: How to suppress the DOS window when executing a command?
Replies: 11
Views: 20706

Re: How to suppress the DOS window when executing a command?

OK, i understand.
You can't modify the behaviour of that program.
by jpiquemal
2010-01-26T08:08:06-07:00
Forum: Users
Topic: How to suppress the DOS window when executing a command?
Replies: 11
Views: 20706

Re: How to suppress the DOS window when executing a command?

But how do you call convert.exe ?
by jpiquemal
2010-01-25T21:58:33-07:00
Forum: Users
Topic: How to suppress the DOS window when executing a command?
Replies: 11
Views: 20706

Re: How to suppress the DOS window when executing a command?

Hello
Do you use CreateProcess to launch convert.exe ?
If yes, set wShowWindow to SW_HIDE.
by jpiquemal
2009-12-31T06:34:28-07:00
Forum: Bugs
Topic: FormatMagickTime
Replies: 2
Views: 5749

FormatMagickTime

Hello everybody, happy new year :-) Windows XP, Vista, 7 IM 6.5.9 constitute.c If the creation date of a file is erroneous (example: 10/17/30826) ReadImage crashes line 773: GetBlobProperties(next)->st_mtime (and probably if the modification date is wrong too) The problem comes from FormatMagickTime...
by jpiquemal
2009-10-29T11:29:24-07:00
Forum: Users
Topic: Converting to 24 bits
Replies: 2
Views: 5614

Re: Converting to 24 bits

thank you.
it works fine without -depth 8 too.
by jpiquemal
2009-10-29T08:16:03-07:00
Forum: Users
Topic: Converting to 24 bits
Replies: 2
Views: 5614

Converting to 24 bits

Hello
How can i convert a 1-bit BMP to a 24-bit JPEG ?
(IM v 6.5.7 - 8bit)
by jpiquemal
2009-06-15T21:57:06-07:00
Forum: Users
Topic: Modifying partially a list
Replies: 5
Views: 10461

Re: Modifying partially a list

I use the C API.
by jpiquemal
2009-06-15T09:47:40-07:00
Forum: Users
Topic: Modifying partially a list
Replies: 5
Views: 10461

Re: Modifying partially a list

thank you
by jpiquemal
2009-06-15T05:56:16-07:00
Forum: Users
Topic: WANT Resolution 150 DPI
Replies: 9
Views: 17777

Re: WANT Resolution 150 DPI

Hello
Read first then set density

convert toto.tif -density 150 titi.jpg
by jpiquemal
2009-06-15T05:51:23-07:00
Forum: Users
Topic: Modifying partially a list
Replies: 5
Views: 10461

Modifying partially a list

Hello
I have a list (Image*), containing the same image with different sizes.
How can i modify only one image ?
by jpiquemal
2009-01-30T22:52:21-07:00
Forum: Users
Topic: Probably CRT Hell with lcms
Replies: 5
Views: 11119

Re: Probably CRT Hell with lcms

remove JPEG_SUPPORT from the Preprocessor definitions
by jpiquemal
2009-01-30T07:47:33-07:00
Forum: Users
Topic: Probably CRT Hell with lcms
Replies: 5
Views: 11119

Re: Probably CRT Hell with lcms

the TIFF fomat can use several compression algorithms, including JPEG.
that's why you need the libjpeg if you keep the JPEG compression in tiff.
you should be able to remove the jpeg compression by commenting
#define COMPRESSION_JPEG 7 in tiff.h
by jpiquemal
2009-01-29T23:17:56-07:00
Forum: Users
Topic: Probably CRT Hell with lcms
Replies: 5
Views: 11119

Re: Probably CRT Hell with lcms

Hello
With VC6 (it's probable the same with 2005):
Open the project settings, click the 'Link' tab, select 'Input' in the 'Category' combobox and enter LIBCMT in the 'Ignore libraries' field
by jpiquemal
2008-11-26T04:49:59-07:00
Forum: Bugs
Topic: Fails to extract IPTC Caption from JPG
Replies: 6
Views: 12718

Re: Fails to extract IPTC Caption from JPG

Hello
The caption is:
"at the Ardilaun Hotel Wedding Fair and Fashion Show."

I used Konvertor to extract the caption
by jpiquemal
2008-11-15T02:38:20-07:00
Forum: Users
Topic: Can't compile
Replies: 1
Views: 4276

Re: Can't compile

If somebody has the same problem: to fix i modified the file log.h. [color=#BF0000]before:[/color] #if !defined(GetMagickModule) # define GetMagickModule() __FILE__,__func__,(unsigned long) __LINE__ #endif [color=#BF0000]after:[/color] #if !defined(GetUnadornedModuleName) # if (((defined(__cplusplus...