Tagged Questions
JPG is a filename extension for the JPEG image file format. JPEG is a commonly used method of lossy compression for digital photography (image).
16
votes
4answers
700 views
Will random data appended to a JPG make it unusable?
So, to simplify my life I want to be able to append from 1 to 7 additional characters on the end of some jpg images my program is processing*. These are dummy padding (fillers, etc - probably all ...
11
votes
2answers
21k views
C#: How to convert BITMAP byte array to JPEG format?
How can I convert a BITMAP in byte array format to JPEG format using .net 2.0?
9
votes
4answers
819 views
Parallelizing GDI+ Image Resizing .net
I've tried to parallelize the resizing of jpegs using .Net. All my tries failed, because the Graphics.DrawImage-func seems to lock while active. Try the following snipped:
Sub Main()
Dim files As ...
9
votes
4answers
1k views
JPG+Zip File Combination Problem with Zip Format
Hopefully you've heard of the neat hack that lets you combine a JPG and a Zip file into a single file and it's a valid (or at least readable) file for both formats. Well, I realized that since JPG ...
9
votes
6answers
4k views
IE6 - can't load a normal JPG
Try loading this normal .jpg file in Internet Explorer 6.0. I get an error saying the picture won't load. Try it in any other browser and it works fine. What's wrong? The .jpg file is just a normal ...
8
votes
3answers
185 views
c# saving very large bitmaps as jpegs (or any other compressed format)
I am currently handling very large images, which are basically generated by stitching together many smaller images (e.g. panorama or photo mosaic software). In order to avoid out-of-memory exceptions ...
8
votes
5answers
1k views
jpg images in iphone and 2x images
I am working on an iphone app and targeting iOS 4.0 or later. I am trying to add an image to UIImageView, and image is in jpg format. This is what I have done so far..
UIImageView *bgImageView ...
8
votes
6answers
4k views
JPG to PDF Convertor in C#
I would like to convert from JPG to PDF, I've checked out ImageMagickNET, but it is far too complex for what I am after doing, it needs to be simple.
Any pointers would be welcomed
7
votes
9answers
1k views
How can you dynamically put different patterns on images in a webpage .
i have
A bunch of fabric patterns (simple jpg files)
An image for every letter of the alphabet(blank white background)
I essentially want to have a page similar to this:
...
6
votes
1answer
88 views
c#: Saving JPGs in parts
I am currently working on a c# open source photo mosaic software (Sourceforge Link). This software stitches together large amounts of small photos (tiles) into one big image.
Since the final image ...
6
votes
2answers
6k views
Android canvas to jpg
I draw 2d images on the canvas using the following tutorial.
http://www.designerandroid.com/?cat=3
I want to save what ever dispalying in a canvas as a jpg image, how can i do it ??
Thanks in ...
6
votes
8answers
15k views
Use PHP to convert PNG to JPG with compression?
I have a bunch of high quality PNG files. I want to use PHP to convert them to JPG because of it's smaller file sizes while maintaining quality. I want to display the JPG files on the web.
Does PHP ...
6
votes
4answers
11k views
Rails: A route to serve static assets (like .jpgs, etc?)
I've worked my way through a number of interesting routing problems - turning a request URL into a hash, etc., but just out of curiosity, is there a way to tell the routing system that you want ...
5
votes
1answer
115 views
Png over jpeg (water mark effect) bad quality?
Hi i have two Writablebitmap , one from jpg and another from png and use this method to mix color in a loop:
private static Color Mix(Color from, Color to, float percent)
{
float amountFrom = ...
5
votes
2answers
131 views
How to page multiple plots in R in separate jpeg files?
I'd like to plot multiple plots in separate bitmap files using the file name pattern (for example, for JPEG) file.%03d.jpg in R. I tried using something like:
somevar <- 1
...
5
votes
5answers
427 views
How to identify contents of a byte[] is a jpeg?
I have a small byte array (under 25K) that I receive and decode as part of a larger message envelope. Sometimes this is an image, and when it is and image, sometimes it is a jpg. I have no context ...
5
votes
4answers
875 views
How to hash only image data in a jpg file with dotnet?
I have a ~20000 jpg images, some of which are duplicates. Unfortunately, some files have been been tagged with EXIF metadata, so a simple file hash cannot identify the duplicated one.
I am attempting ...
5
votes
6answers
1k views
Problem with showing some JPG files in Delphi
i have tried to open some JPEG files in Delphi with TImage component. i also added the Jpeg unit. i can open most of jpg files and there is no problem.
but when i try to open some JPGs, the program ...
5
votes
6answers
500 views
Obfuscating images
I want to distribute a few images and not allow others to see them unless they are using my program. My intention will be to use JPG files in which I will alter the header so other image viewers ...
4
votes
1answer
78 views
Downscaling JPG during JPG decompression
I have to downscale and decompress a set of JPG images of size 4608 x 3456. Currently, I have already been able to decompress the images correctly to RGB format and convert them to a Bitmap.
Now I ...
4
votes
4answers
790 views
How to create a jpg image dynamically in memory with .NET?
I have a .NET (3.5 SP1) library (DLL) written in C#. I have to extend this library by a class method which will have the following signature:
public byte[] CreateGridImage(int maxXCells, int ...
4
votes
4answers
2k views
Why '.png' files produced by ImageMagick are so much bigger than '.jpg' & '.gif' files?
I'm using ImageMagick to convert some files from one format to another. I was always under the impression that .png files were supposed to be as big/small as .jpg if not smaller, and definitely ...
4
votes
3answers
186 views
Saving image as JPG -library?
I'd like to find a JPEG-writing library that can be statically linked (so there are no DLL dependencies). No JPEG-reading ability is required.
Edit: I got LibGD working, but it had one problem ...
3
votes
0answers
108 views
Image to numpy-array: JPG vs. PNG
My system: Mac OS X 10.7
Python 2.7.1
NumPy version 1.5.1
My code:
image = openImage(fileDir)
print image
image = np.asarray(image)
print image
If I run this:
python main.py 1010.png
the ...
3
votes
1answer
83 views
Why are there two headers within a jpg file?
I've been working with Python to create an image viewer:
I noticed that when I was working with one of the files that it had two headers? Or at least two occurrences of JFIF, which I thought was ...
3
votes
1answer
52 views
Is it possible to create a JPG from a Control?
Lets say I have a custom control (child of System.Windows.Forms.UserControl) such as a graph. Is there a way I can take the drawing I did on the control and just export the current graphical state of ...
3
votes
3answers
255 views
In java how can I extract camera related information from an image?
I am looking to extract the camera related information from a jpg using Java. I have looked around but have not been able to find a solution to my problem. I am exporting my photos from Aperture on my ...
3
votes
3answers
148 views
JPEG compressing without DLLs
I want to convert raw RGB image data (I could add BMP header if necessary) to JPEG on Windows. Is it possible to do so without DLLs?
I tried statically compiling IJG jpeglib, but I have VC++ 9, and it ...
3
votes
2answers
369 views
Converting a PDF to JPG with ImageMagick in PHP Gives Odd Letter Spacing
I am trying to convert a PDF to a JPG with a PHP exec() call, which looks like this:
convert page.pdf -resize 716x716 page.jpg
For some reason, the JPG comes out with janky text, despite the PDF ...
3
votes
2answers
271 views
How do I rotate an image in the frequency domain?
I've heard that it should be possible to do a lossless rotation on a jpeg image. That means you do the rotation in the frequency domain without an IDCT. I've tried to google it but haven't found ...
3
votes
1answer
718 views
Read in JPG as RGB888 on Android
I'm trying to read in a .jpg using BitmapFactory. I want to get a RGB888 formatted bitmap, but I keep seeming to get RGB565. Is there anyway to change this?
3
votes
4answers
656 views
Convert image to jpg from an html in client side (javascript)
I have an html form where users insert an image (input). My users may be not advanced users, so they may want to insert many different types of image format. However, I only want the user to send ...
3
votes
2answers
701 views
Detect Eof for JPG images
I am sending many images from my server to client in sequence continuously through TCP.Now at client,how should i detect efficiently that this is end of my one image so write it down in file system ...
3
votes
4answers
879 views
Getting JPEG resolution without decoding the image
I am trying to get the resolution of a JPEG image without decoding the file. I got several samples from internet but none is working properly. It seems to be this way because many JPEG files are not ...
3
votes
3answers
305 views
PHP echoing jpeg image fails, but writing same image to file works great. Why?
I have a function in PHP that calls curl to retrieve an image. When I print that to a file and examine it in the browser, the image looks great. When I use "echo" of the curl results as the return ...
3
votes
7answers
179 views
Is it possible to have a html code and all images in one file?
I want to have a html file with javascript. Then I want to have some images in this file. I want to send this html file to my friends (per e-mail). I want them to see my html file with images but I do ...
3
votes
2answers
2k views
Load large images into Bitmap?
I'm trying to make a basic application that displays an image from the camera, but I when I try to load the .jpg in from the sdcard with BitmapFactory.decodeFile, it returns null.
It doesn't give an ...
3
votes
2answers
781 views
Detect Alpha Channel with ImageMagick
Scenario
I would like to save images with alpha transparency as .png and images without alpha transparency as .jpg (even if their original format is .png or .gif). How can I detect whether or not an ...
3
votes
4answers
654 views
Java - how to combine mp3 with jpg/png/
I need to develop a functionality similar to iTunes where when you right-click a song → get artwork, the JPEG/PNG is "embedded" into the mp3 file.
I also need to embed the other ID3 details as ...
3
votes
1answer
414 views
Can I “draw”/create an image with a given text with powershell?
I just wondered if it would be possible to create a small, simple jpg, png, gif with a given Text in powershell:
e.g: a small square, 250px × 61px, yellow background and black text on it: "Test"
...
3
votes
4answers
427 views
How can I get the depth of a jpg file?
I want to retrieve the bit depth for a jpeg file using Python.
Using the Python Imaging Library:
import Image
data = Image.open('file.jpg')
print data.depth
However, this gives me a depth of 8 for ...
3
votes
5answers
13k views
How can I send a ByteArray (from Flash) and some form data to php?
I have a sketch pad made in Flash AS3 like this one here: http://henryjones.us/articles/using-the-as3-jpeg-encoder
I want to send the jpg to the server and some data from a html form field with php. ...
3
votes
5answers
1k views
Imaging Question: How to determine image quality?
I'm looking for ways to determine the quality of a photography (jpg). The first thing that came into my mind was to compare the file-size to the amount of pixel stored within. Are there any other ...
2
votes
4answers
104 views
QImage from unsigned char buffer (jpg format)
I have buffer of type unsigned char* which I fill with JPG image. I want to use this buffer to draw the image to my application screen in a QLabel.
I've done this, but the image is incorrect.
Can ...
2
votes
1answer
171 views
Merge images in PHP - GIF and JPG
I am trying to merge two images - a GIF image with a smaller JPG image. The output should be GIF.
The issue is that GIF image colors remain correct, but the colors of the JPG image are altered.
The ...
2
votes
1answer
112 views
Convert PSD to PNG/JPG with ANT
I am playing around with build processes and the idea came up to store our PSD's in our repository so when a build kicks off we can convert the PSD files to PNG/JPG images. This would be great because ...
2
votes
2answers
234 views
html to jpg with c#
I did some searching to try and generate jpg files from an html page and found one solution called IECapt or something similar that requires IE on the server to work...not what I want.
Here's what ...
2
votes
2answers
99 views
Create a PNG having JPG and AlphaChannel in C#
How can I create a PNG file if I have two separated JPG files with the image and the alpha channel?
JPG Image + JPG Mask --> PNG with transparency
I've tried WPF solutions:
image.OpacityMask = new ...
2
votes
1answer
118 views
Issues getting all data from an image file using Lua io.read('*a')
I'm trying to get all the data from image file (jpg/jpeg/gif/png/bmp etc.) use Lua's io.read() function, but I'm not having much luck as it only seems to read a small piece of the data.
As a side ...
2
votes
2answers
51 views
.js, .jpg files link to .html pages
In some pages I have seen (like those of GitHub and Wikipedia), there are some links that end in .js, .jpg etc. which means clicking them should show me the JS file or the image (and so on). But, as ...