Search found 54 matches

by jpiquemal
2013-04-26T21:51:40-07:00
Forum: Users
Topic: wdp to jpeg conversion
Replies: 3
Views: 8327

Re: wdp to jpeg conversion

Hi
Konvertor does convert from and to that format, but not on command line.
by jpiquemal
2011-11-17T03:08:27-07:00
Forum: Bugs
Topic: Link errors when build ImageMagick-6.7.3 source files
Replies: 3
Views: 8371

Re: Link errors when build ImageMagick-6.7.3 source files

Hello
_wstat64 does not exists in VC6.
Use GetFileAttributesExW instead.

(it's in utility-private.h)
jean
by jpiquemal
2011-03-30T22:14:13-07:00
Forum: Users
Topic: How to create a PCX 4 bits
Replies: 2
Views: 6886

Re: How to create a PCX 4 bits

PCX does support 4-bits.
-depth 4 produces a 24-bits PCX :shock:
by jpiquemal
2011-03-30T08:37:31-07:00
Forum: Users
Topic: How to create a PCX 4 bits
Replies: 2
Views: 6886

How to create a PCX 4 bits

Hello
I try to create a PCX 4 bits - 16 colors from a JPEG 24 bits.

convert -colors 16 test.jpg test.pcx

I always get a PCX with 16 colors, OK, but it's a 8-bits PCX. :(

Any idea ?

jean
by jpiquemal
2010-11-08T23:57:38-07:00
Forum: Developers
Topic: specify rgb values
Replies: 6
Views: 20606

Re: specify rgb values

Hi

Try with ', not "
by jpiquemal
2010-11-05T22:13:32-07:00
Forum: Users
Topic: Getting image ready for print
Replies: 5
Views: 12083

Re: Getting image ready for print

Hi
Photoshop is probably reading the EXIF infos.
by jpiquemal
2010-07-21T22:15:17-07:00
Forum: Users
Topic: Bottom Edge Fade to Transparent
Replies: 3
Views: 10551

Re: Bottom Edge Fade to Transparent

by jpiquemal
2010-07-11T00:25:54-07:00
Forum: Users
Topic: Cyrillics
Replies: 4
Views: 10274

Re: Cyrillics

do you mean in a .bat ?
(it will not work in a .bat)
by jpiquemal
2010-07-10T22:51:29-07:00
Forum: Users
Topic: Cyrillics
Replies: 4
Views: 10274

Re: Cyrillics

Hello If you use Windows, 'translate' the name: char *translateUnicode(WCHAR *filename) { int size; char *translated; size = WideCharToMultiByte(CP_UTF8, 0, filename, wcslen(filename), NULL, 0, NULL, NULL); translated = (char*)HeapAlloc(GetProcessHeap(), 0, (size+1)); WideCharToMultiByte(CP_UTF8, 0,...
by jpiquemal
2010-04-28T08:49:30-07:00
Forum: Developers
Topic: Delegates
Replies: 1
Views: 4998

Delegates

Hello
When setting MAGICKCORE_EMBEDDABLE_SUPPORT, the DelegateMap used in delegate.c is outdated. For example the ps:cmyk delegate still uses the sDevice pam. (instead of the bmpsep8)
by jpiquemal
2010-04-27T23:38:52-07:00
Forum: Developers
Topic: CALS format
Replies: 1
Views: 5632

CALS format

Hello
The CALS format is not registered/unregistered in static.h / static.c
by jpiquemal
2010-04-12T05:50:59-07:00
Forum: Users
Topic: Reading in UNICODE
Replies: 0
Views: 3432

Reading in UNICODE

Hello
I have a directory filled with russian filenames.
I use the last IM version, Windows XP.

How can i read these images with an ImageInfo structure ??
by jpiquemal
2010-04-06T05:55:14-07:00
Forum: Developers
Topic: cals.c
Replies: 1
Views: 4993

cals.c

Hello

In cals.c, line 228:
if(pel_path == 90)
orientation=5;
else
if(pel_path == 90)
orientation=3;

perhaps if(pel_path == 180) should be correct ?
by jpiquemal
2010-01-27T23:26:16-07:00
Forum: Users
Topic: Building ImageMagick from source on Windows
Replies: 4
Views: 10199

Re: Building ImageMagick from source on Windows

Hello

1. open configure.vcproj (VC8) or configure.dsw (VC6) they are in visualmagick\configure
2. compile and run
3. open the .dsw that has been created in visualmagick and compile