Hi
Konvertor does convert from and to that format, but not on command line.
Search found 54 matches
- 2013-04-26T21:51:40-07:00
- Forum: Users
- Topic: wdp to jpeg conversion
- Replies: 3
- Views: 8817
- 2011-11-17T03:08:27-07:00
- Forum: Bugs
- Topic: Link errors when build ImageMagick-6.7.3 source files
- Replies: 3
- Views: 8673
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
_wstat64 does not exists in VC6.
Use GetFileAttributesExW instead.
(it's in utility-private.h)
jean
- 2011-06-13T22:10:55-07:00
- Forum: Users
- Topic: How to convert .flv videos into .gif files? Is it possible?
- Replies: 4
- Views: 13355
- 2011-03-30T22:14:13-07:00
- Forum: Users
- Topic: How to create a PCX 4 bits
- Replies: 2
- Views: 7191
Re: How to create a PCX 4 bits
PCX does support 4-bits.
-depth 4 produces a 24-bits PCX
-depth 4 produces a 24-bits PCX
- 2011-03-30T08:37:31-07:00
- Forum: Users
- Topic: How to create a PCX 4 bits
- Replies: 2
- Views: 7191
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
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
- 2010-11-08T23:57:38-07:00
- Forum: Developers
- Topic: specify rgb values
- Replies: 6
- Views: 21321
Re: specify rgb values
Hi
Try with ', not "
Try with ', not "
- 2010-11-05T22:13:32-07:00
- Forum: Users
- Topic: Getting image ready for print
- Replies: 5
- Views: 12731
Re: Getting image ready for print
Hi
Photoshop is probably reading the EXIF infos.
Photoshop is probably reading the EXIF infos.
- 2010-07-21T22:15:17-07:00
- Forum: Users
- Topic: Bottom Edge Fade to Transparent
- Replies: 3
- Views: 10906
Re: Cyrillics
do you mean in a .bat ?
(it will not work in a .bat)
(it will not work in a .bat)
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 ...
- 2010-04-28T08:49:30-07:00
- Forum: Developers
- Topic: Delegates
- Replies: 1
- Views: 5195
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)
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)
- 2010-04-27T23:38:52-07:00
- Forum: Developers
- Topic: CALS format
- Replies: 1
- Views: 5883
CALS format
Hello
The CALS format is not registered/unregistered in static.h / static.c
The CALS format is not registered/unregistered in static.h / static.c
- 2010-04-12T05:50:59-07:00
- Forum: Users
- Topic: Reading in UNICODE
- Replies: 0
- Views: 3596
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 ??
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 ??
- 2010-04-06T05:55:14-07:00
- Forum: Developers
- Topic: cals.c
- Replies: 1
- Views: 5184
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 ?
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 ?
- 2010-01-27T23:26:16-07:00
- Forum: Users
- Topic: Building ImageMagick from source on Windows
- Replies: 4
- Views: 10518
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
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