Camera whch supports png

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
madhu
Posts: 20
Joined: 2011-07-06T22:34:20-07:00
Authentication code: 8675308

Camera whch supports png

Post by madhu »

Hi,

I am working with the semi-transparent images and in png format.
I know that in imagemagick we can convert an image from jpg to png.
But can I get camera which supports the png format instead of converting the file in imagemagick.




Thanks,
Madhu.
User avatar
glennrp
Posts: 1147
Joined: 2006-04-01T08:16:32-07:00
Location: Maryland 39.26.30N 76.16.01W

Re: Camera whch supports png

Post by glennrp »

I am not aware of any camera that supports PNG output.
However, most support some kind of RAW (unprocessed)
sometimes called NES,output which avoids the JPEG compression,
if that is your objective. Then you can process the RAW into PNG
on your computer without introducing any JPEG artifacts.
Post Reply