Questions tagged [image-conversion]

Use this tag for questions about conversion from one image format to another. This is for still images only; for video, use the [video-conversion] tag.

This tag applies to any kind of conversion from one still image format to another. Video conversion questions should use .

362 questions
0
votes
2 answers

Convert a directory of Kodak PhotoCD images into TIFF format

I have a directory full of Kodak Photo CD files (with file extension .pcd) and I was disappointed (and alarmed) to find that neither GIMP nor digiKam could open this old image format. Time to move these old files to a format with better software…
Bobulous
  • 12,967
  • 4
  • 37
  • 68
0
votes
1 answer

Export Multiple PSD Layer file to PNG while applying tint effect to each layer

We have the following PSD https://app.box.com/s/rf514j3wnic1xkt6y1q3b5qnk0zds2rl This is a transparent PSD with one base layer for the ring metal. And additional layer for each individual stones. Something like…
0
votes
1 answer

Issue with tiff to binary string conversion performed for image cash letter

I wrote the entire program that generates an x9.37 ICL file. The only issue I am having is on the image data part of the record 52. When I validate using the x9 Validator tool and bunch of others, the ICL file breaks on the record 52 on field 19. It…
gungrayve
  • 21
  • 7
0
votes
2 answers

How to change BitmapImage to ConvertToByte in Windows Phone 8

BitmapImage bm = new BitmapImage(new Uri("/Assets/ToolKit.Content/RedIcon/arab-woman.jpg", UriKind.RelativeOrAbsolute)); using (MemoryStream ms = new MemoryStream()) { WriteableBitmap btmMap = new WriteableBitmap(bm); …
0
votes
0 answers

Convert BMP file to JPG in ParseCloud

I'm trying to convert some kind of images to jpg and save as a parse file. Using the parse-image module works for GIF and PNG files, but I need to convert some BMP files too and this module does not work for .bmp files. Is there anyway for me to do…
user2494863
  • 451
  • 7
  • 17
0
votes
1 answer

How to change Image file formats

I want to write an application that takes an image(jpeg, png, tiff, gif,...) as stream and convert it to jrx(jpeg xr) with lossless compression. Thats is what i have tried so far with no useable result: using System.Windows.Media.Imaging; …
b1ub
  • 90
  • 8
0
votes
0 answers

convert matlab code to opencv code

i have implemented a code using matlab, its about converting rgb color image to double hsv image(scale [0,1]), here, its the matlab code. ***************/ MATLAB CODE ************************ clc; close all; clear all; …
0
votes
1 answer

infilepicker REST API Convert only converts first image

I want to show a collection of images in the form of thumbnails. I want these thumbnails to be converted on the fly, so what I am doing is setting the src of img to REST API call in a loop ie
Rao Ehsan
  • 778
  • 8
  • 15
0
votes
1 answer

How do I return a byte array from the db as a compressed jpeg/png?

Here's my situation: I have a console application that creates screenshots of webpages in a bitmap format and then saves it to a database as a byte array. Then I have a Generic Handler that basically gets the byte array and then returns the image…
0
votes
1 answer

Convert PNG to ISF

I'm trying to use the rudimentary Math Input Panel API with C# to load an image. However, it seems that the panel can only load ISF images (referencing this question). Does anybody know of a programmatic way to convert a PNG or any other image file…
mjkaufer
  • 4,047
  • 5
  • 27
  • 55
0
votes
1 answer

How to convert image file to svg format with path attributes?

I want to convert image files into .svg format. I used bunch of tools out there but they gave us with this format
Nicholas
  • 169
  • 1
  • 4
  • 15
0
votes
1 answer

Image and Video support for Multiplatform (Android, iOS, Windows)

I know that there are list of some supported format for Image, Video and Audio that an Android device play or show. Now, I am creating an application for Android, iOS, Windows and Blackberry. There are list of supported format that each platform can…
Avtar Guleria
  • 2,126
  • 3
  • 21
  • 33
0
votes
3 answers

How to convert a JPG image to an 8-bit PNG image and save in C#?

I have captured a JPG image using a Webcam in C# and have stored it in a folder. Now I want to convert it to an 8-bit PNG image. I checked all over internet and Stack Overflow, but none of the proposed solutions work for me. Here is what I am…
Raja Sajid
  • 35
  • 1
  • 3
  • 10
0
votes
1 answer

convert any image format to pnm format in c#

how to convert any images format to .pnm format ? I see list of image format in System.Drawing.Imaging.ImageFormat, pnm format is not available in there. So, there is any way to convert the image to pnm format in c# ?
RieqyNS13
  • 465
  • 1
  • 5
  • 13
0
votes
2 answers

Convert XWD to PNG via command line on Windows

I have a script that generates an XWD file which needs to be converted to a PNG file. When attempting to convert this with ImageMagick, I get the following output. I've found the delegate download site for ImageMagick, however it doesn't appear to…
Matthew Shea
  • 567
  • 5
  • 14