JPEG is a commonly used method of lossy compression for digital photography (image).
0
votes
1answer
11 views
iOS - Retrieve EXIF UserComment from UIImage
I have some important metadata information in the UserComment field of the EXIF header of a JPEG image. I am attempting to retrieve it with
NSData* jpgData = UIImageJPEGRepresentation(uiImage, 1.0);
...
0
votes
1answer
47 views
Is there a way to create one Gif image from multiple images in Java?
I am trying to set up a simple Java program that creates one single gif images from multiple other images (jpg). Can anyone give me a hook on how to achieve this in Java. I already searched Google but ...
1
vote
2answers
50 views
Hiding message in JPG image
I am trying to hide a in an image it's working fine with .bmp & .png but when I write image as JPG and try to retrieve the hidden message it is not working.
My procedure, first read an image in ...
2
votes
1answer
45 views
How to create retina image from JPEG with PHP
A few months ago i wrote the following script to convert an uploaded image with PHP to Retina and non retina images. The iphone app that was working with this script only used PNG images, so i wrote ...
0
votes
0answers
11 views
coders/jpeg.c:1254:33: warning: comparison between 'boolean' and 'enum <anonymous>'
While installing Imagemagick I get this warning.
But Main issue is due to this warning I am not able to use my rmagick for captcha as
/usr/local/bin/convert logo: logo.jpeg
is giving error:
...
0
votes
0answers
23 views
Free image RGB and BGR
I'm using FreeImage to load a jpeg and a tiff.
The jpeg is 24-bit (8 bpp). The tiff is 48-bit (16 bpp).
Problem is, FreeImage loads the jpeg as BGR, and the tiff as RGB.
How can I distinguish ...
0
votes
1answer
23 views
convert png to jpg and download jpg image
Hi,
I have given an option to user to Export Images As JPG and I have stored png images
So, i have created some php script to do so.
png is converting fine..
but when i downloaded the jpg image and ...
0
votes
1answer
20 views
PHP - Image cacher [closed]
I have this requirement for a site running PHP:
It shall be possible to request the image from:
"http://example.com/webcam.jpg"
This URL needs to be some kind of PHP script, that does this:
The ...
0
votes
0answers
7 views
Why is the write in JpegBitmapEncoder not completing?
I have finished making a program for solving a Black&White picture puzzle now I need to put it into jpeg but when I run the code it does not complete some of the images leaving the size exact ...
1
vote
0answers
19 views
Generate thumbnail from remote jpeg without downloading
I want to load the EXIF thumbnail preview stored in a jpeg image located on a remote server, without having to download the whole image. The server does not support resuming.
Is this possible? In ...
0
votes
1answer
21 views
Insert a .jpg in a canvas with tkinter and Python 3.2
So I want to put a .jpg in a canvas, all i found on internet is to use PIL but i'm using Python 3.2 so PIL doesn't work.
What can i do to insert a .jpg in a canvas with Python 3.2 ?
0
votes
0answers
24 views
Python - How to save a list as an image?
I generate a regular list. Is it possible to save this list as a JPEG image or PNG or whatever so that I can open the image and look at it? I am currently trying to figure it out using the python ...
0
votes
1answer
36 views
Compressing an NSKeyedArchiver file that included UIImageView with loaded image
I have a view with an UIImageView. It was loaded with either jpg or png image format. Says the jpg image version has a data size of 100k. I then used NSKeyedArchiver to save my view to a file. ...
0
votes
0answers
26 views
For the same URL dataWithContentsOfURL: sometime returns nil & sometimes returns valid value [closed]
the url is pointing to a jpg. the url can be opened through the web browser & "curl -v url" returns valid values.
However, Say i am requesting imageURL1 & imageURL2, in code when i open the ...
0
votes
0answers
28 views
C# Converting byte array of jpeg file into byte array of pixels (reverse compression algorithm)
My idea is to open FileStream of a jpeg image and convert it to byte array of pixels without using C# Drawing classes.
To make things clear, i need to know the reverse compression algorithm of jpeg ...
1
vote
1answer
36 views
How can I read the DPI for a JPG file on Android?
Is there a java library that can read the DPI from a jpg file (like pngj for PNG)? This is for code on the Android so I can't use java.awt.image.*
And if there's a way to do this with the Android ...
0
votes
1answer
34 views
panel1.DrawToBitmap doesn't draw lines from DrawLine
I have a panel on which I'm drawing lines using:
Point PreviousPoint = new Point (0,0);
Point NewPoint = new Point (10,10);
Pen MyPen = new Pen(Color.Black, 2);
Graphics MyGraphics = ...
0
votes
0answers
17 views
Silverlight TextBlock transparent foreground with dropshadow
When i change opacity of textBlock the dropshadow effect get opacity to, and i need to set opacity only on textBlock, like this image:
There is my xaml code:
<UserControl.Resources>
...
2
votes
2answers
36 views
Can't display a very big image after loaded
I have a big JPEG image file. It's dimension is 19000*14000 and the file size is about 41M. i'm using AIR 3.3 SDK, but after the load completes I can't see the image on stage. Does anyone know what ...
2
votes
1answer
41 views
Setting bitmap though setImageBitmap() results only in gifs being visible in view
So my issue is exactly as the title states. I am downloading many different images and scaling them then setting them to a view. My issue is it seems that only .gif images are visible in the views ...
0
votes
1answer
24 views
Exporting Chart object as jpg wont work with screenupdating turned off
Ok, ive looked at many different forums to try to find out why my code isnt working with screenupdating set to false. Im trying to export a range as a jpg image using a chart overlay, nothing really ...
0
votes
1answer
49 views
How can I tell the difference between a .gif and a .jpg file using MATLAB or python without having the extension explicitly?
I have a database of files "1", "2", "3", etc[...]. They should have been downloaded with "1.jpg", "2.gif", "3.png", but this information wasn't available. My question is how can I get information by ...
0
votes
1answer
27 views
iPhone app flipbook animation crashing on device
The app uses a series of jpg's and a timer that steps through them to make an animation.
During the animation on the device, it crashes (didReceiveMemoryWarningError.)
I'm new to iPhone programming ...
-5
votes
0answers
41 views
How to use f5.jar for jpeg steganography in java [closed]
How to use f5.jar for jpeg steganography in java
I added f5.jar to my project but how to to use it. And which method to use for embedding ?
1
vote
2answers
37 views
Dealing with JPEG Files
I am quite new with this idea but I tried to open JPEG file in NOTEPAD, & without making any change i RE-Saved it with new name
let new.jpg
but when opened this new.jpg it is firing error in ...
0
votes
1answer
45 views
PHP only writes first 276 characters to file
This is the code I run on the server. I'm using C++ to read a .jpg localy and then post it with SFML in a single string. The post is apparently received by the server since content length is the same ...
-4
votes
1answer
14 views
Downloading jpg files [closed]
For the past few days, DOWNLOAdER suddenly cannot download jpg files from Facebook. Whenever I tried to do that, it came up with the message, along the line of, "this file type is not supported and ...
0
votes
0answers
43 views
Changing an Icon in a JLabel dynamically
I am having a bit of problem with changing and Icon in a JLabel dynamically. First of all, what i am trying to do is basically simulating a screen sharing operation. On the client side, I am taking ...
0
votes
1answer
55 views
c#: reduced image quality when saving JPEG at 100% quality
I'm just loading JPEG image and saving it without any manipulation with it. But image quality noticeably reducing.
Here is the code:
Bitmap imgOutput = new Bitmap(@"D:\image.jpg");
Graphics ...
0
votes
1answer
23 views
Imagick, PHP, checking and converting AdobeRGB Colors to sRGB?
It seems I've ventured into a little-documented area here in imagemagick/imagick.
I'm using php's imagic - not the command line. I have to convert photos that some experienced photographers take, ...
0
votes
1answer
41 views
C: How to read a jpg from a file and save it?
I am having some trouble reading a jpg file and saving it. I want to implement a file sharing system between a client and server and I am unable to even read a jpg and save it on the same process. ...
1
vote
1answer
105 views
How to write GPS coordinates to EXIF data on Android
I'm trying to write a geotagging app where the user selects an image form the photo gallery, and then that image gets the current GPS coordinates written to it through its EXIF file.
So far I am able ...
7
votes
2answers
67 views
IPTC Data Management Library
I've written a fairly extensive script which manages images.
PHP imaging libraries strip meta data by default. So embedded data (like keywords, descriptions, author, etc) are gone. I've written a ...
0
votes
0answers
41 views
Image Tampering Detection
I'm trying to create a program that will determine if an image has been tampered. It will do this using DCT. These are the steps I have so far, but I'm wondering if anybody can correct me or/and ...
1
vote
0answers
66 views
Accessing geolocation data on jpeg photos using delphi
I'm trying to find a Delphi (XE2) VCL or procedure that extracts geo-data from smartphone photos. I'll also need to determine if no such data exists on the photo. Any pointers to the right process ...
0
votes
1answer
28 views
convert pdf into jpg using exec
I want to convert a PDF-Image to a .JPG-Image.
I made a convert.php which i can call with the filename of the PDF file and convert it to jpg. I call this function like this: ...
0
votes
1answer
82 views
How to create an animated GIF from JPEGs in Android (development)
I am looking for a simple tutorial how to create an animated GIF in a native Android application.
The source files should be JPEG (from camera or what ever) and the output should be saved as GIF on ...
0
votes
1answer
34 views
What is the different between Android JPEG and libjpeg?
I came up with this question because now I am working on sending JPEG from Andorid to C++ Server. I found that when I encode YUV data(retrieve from android camera) -> BMP -> JPEG and then send to over ...
-2
votes
0answers
11 views
Mingw32 doesn't found jpeg library on windows
I'm facing with some problems with mingw32 on windows I try to install jpeg library without succeed the error is: JPEG LIBRARY not found
0
votes
0answers
15 views
Jpegs in Django-wiki
I'm trying to get django-wiki running.
It works well so far, except I can't display .jpeg images.
At first I had trouble when only importing jpeg files in the webapp.
I fixed this modifying setup.py ...
0
votes
0answers
44 views
What is wrong with this jpeg based image compression?
As an assignment I wrote a simple jpeg like image compression. After I encode it, and decode it the image changes drastically.The mDCT() and mIDCT() do the discrete cosine transform and the inverse. ...
0
votes
1answer
51 views
Php unlink can't remove jpg files
My script for deleting files from my server can delete all images file that hasn't the file extension of jpg.
Why can my script delete all other files that's not jpg?
My code is.
<?php
...
0
votes
1answer
32 views
reconstructing line diagrams from JPEGs
I wish to recreate characters and graphics primitives from JPEG images. Although the JPEG tranformation is lossy, because the original is (probably) monochrome with well defined primitives it can be ...
-1
votes
2answers
179 views
Power Signal Noise Ratio (PSNR) of colored jpeg image [closed]
I have an original image and a distorted image of the original one. I want to calculate the PSNR of the distorted image, so that I can measure the distortion in dB. Image type is colored jpeg.
0
votes
0answers
28 views
How to remove program name from jpeg meta without changing dpi value?
Is there any way of removing the Program Name under Origin in Details tab from Properties without changing the dpi value?
Everything i tried until now changes the dpi from 300 (the value i've saved ...
1
vote
1answer
68 views
Read a JPEG image from memory with boost::gil
I am trying to read an image from memory by using boost::gil present in boost 1.53. I have taken the following lines from an example taken from internet:
#include <boost/gil/gil_all.hpp>
...
0
votes
4answers
38 views
Image uploader JPG
I'm making an image uploader but for some reason i'm not allowed to upload JPG images in capital letters. How is this possible?
I also tried to add JPG to the allowedExts array but that is also not ...
0
votes
0answers
49 views
Removing page margins when converting jpg to pdf via Libreoffice
I'm trying to convert various files, including images to PDF on our Java backend using jodconverter + LibreOffice and I can't seem to find a way to remove page margins when converting images. PDF ...
0
votes
1answer
57 views
How can I convert a hex-encoded JPEG stored in an Oracle CLOB column back to JPEG?
I am migrating images from an Informix database to an Oracle database. The only output I received from the source was a single file which I have loaded into my Oracle database. The hex representation ...
-1
votes
0answers
16 views
How to convert web pages to jpg on iPhone?
I have convert some webpages to jpg by screenshot, but there would be some problems if the webpage has floating windows.
Anyone has other methods besides screenshot?


