Convert 3 channel dpx to 1 channel with reducing file size

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
prathesh

Convert 3 channel dpx to 1 channel with reducing file size

Post by prathesh »

Dear All,

I have 3 channel b/w dpx file and i want to convert that into 1 channel dpx. which is happening but the sice of file
is not getting reduce. my core requirement is to reduce the file size as less as possible because i want the 1 channel dpx to upload back to the final server.

pl. help on this as this is very urgent.

Regards,
Prathesh
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Convert 3 channel dpx to 1 channel with reducing file size

Post by magick »

We can reproduce the problem and will have a fix in ImageMagick 6.5.6-7 Beta by sometime tomorrow. Thanks.
prathesh

Re: Convert 3 channel dpx to 1 channel with reducing file size

Post by prathesh »

I have 3 channel black&white dpx file which is of size X mb.
i want to convert it into 1 channel because all my 3 channel are same. i want to x'fer the file on dedicated network so i want the size of the file should get reduced to 1/3 of X mb.
i used below command.
imagemagick > convert -separate 3channel.dpx 1channel.dpx
by using this it's converting to 1 channel but the sixe remains same.

Pl. help on this.

Regards,
Prathesh
Post Reply