1
vote
3answers
54 views
How to Add ‘Comments’ to a JPEG File Using C#
Within the property window of a JPEG image, there is a tab called 'Summary'. Within this tab, there is a field called 'Comments' I would like to write some c# code which will add a …
0
votes
2answers
54 views
How to estimate size of a Jpeg file before saving it with a certain quality factor?
I'v got a bitmap 24bits, I am writing application in c++, MFC,
I am using libjpeg for encoding the bitmap into jpeg file 24bits.
When this bitmap's width is M, and height is N.
H …
0
votes
3answers
101 views
Use PHP or Perl to properly rotate JPEG images
I used F-Spot on Ubuntu to rotate some photos (JPEG files) before I FTPed them up to my website. This seemed to work just fine. However, if those images are opened in a web browser …
0
votes
1answer
87 views
Exiv2 in 64-bit (or another EXIF writer)
I need a non-destructive way of adding EXIF tags to jpeg images from .NET code. So far I have found Exiv2 and the .NET wrapper Exiv2net that works well when adding or updating tags …
0
votes
3answers
129 views
How to get EXIF data from my jpegs?
I have to link a date and a name to some jpegs that I am including in my bundle, or possibly downloading from my own server to the Documents folder. Is there a way to extract EXIF …
1
vote
2answers
36 views
Using existing tools, how can I extract into separate images the Luma, Cb, Cr channels of a JPEG image?
I am seeking a method to extract into separate images the Luma (Y), Cb (blue component), Cr (red component), channels of the JPEG images:
Seattle Police Department image #1
Seatt …
0
votes
1answer
85 views
creating my own MJPEG stream
Hello everyone.
I'm trying to create an MJPEG stream, I have a series of jpegs that I want to put together into a stream so that a user can just hit a URL and get an mjpeg stream. …
1
vote
4answers
117 views
Jpeg compression with high quality in c#
I want to save images with c# but while using .net jpeg format it reduces quality and compression is not enough. It must save the file like its orjinal quality and size. I am using …
0
votes
1answer
27 views
Should I resize my loaded images when switching to full screen in Flash
I have a swf that loads images from my server and resizes them to fit the 800x600 stage size. The original images are stored at 1024x768 max pixels. The user can press a button to …
0
votes
7answers
206 views
Processing large images with Delphi for saving as .jpeg
In Delphi 7, I have a library that uses the TCanvas component to output some information. The resulting image is about 4800*6000 pixels and I would like to print it and save it as …
0
votes
2answers
36 views
Command prompt convert png to swf
Hi,
I want to let a user upload a PNG-file with alpha transparency and have it compiled by the server to a swf-file with jpeg compression on the embedded PNG-file.
How can I mak …
1
vote
3answers
97 views
Image resize quality (Java)
Hi, I have an open-source app which uploads photos to Facebook. To save bandwidth, the photos are automatically resized before uploading (Facebook imposes a maximum size limit). A …
2
votes
2answers
773 views
Efficiently detect corrupted jpeg file?
Is there an efficient way of detecting if a jpeg file is corrupted?
Background info:
solutions needs to work from within a php script
the jpeg files are on disk
&n …
0
votes
1answer
206 views
Compressing IplImage to JPEG using libjpeg in OpenCV
Hi everybody.
So I have this problem.
I have an IplImage that i want to compress to JPEG and do something with it. I use libjpeg.
I found a lot of answers "read through examples a …
1
vote
1answer
57 views
.ashx ASP.NET Handler Image not displayed in html img-element
Hi,
I have a strange problem.
I created an ASP.NET Handler (AccidentMap.ashx) that gets a bitmap and returns it.
Here is the handler:
using System;
using System.Collections.Gen …
