JPEG is a commonly used method of lossy compression for digital photography (image).

learn more… | top users | synonyms (1)

2
votes
1answer
43 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
9 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
21 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
22 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
6 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
17 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
20 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
22 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
32 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
25 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
24 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
34 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
32 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
14 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
35 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
37 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
19 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
48 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
24 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
37 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
36 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
44 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
40 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
49 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
22 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
40 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
96 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
65 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
40 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 ...
0
votes
0answers
63 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
25 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
72 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
42 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
50 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
157 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
26 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
66 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
36 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
46 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
56 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
15 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?
-2
votes
1answer
124 views

How to save HTML content into image file using HTML, jQuery and PHP [closed]

I am trying to save HTML content into image file (.jpg or .png file format). How ever I couldn't find a solution. What I exactly want to do is making this process without using flash. The process I ...
0
votes
0answers
17 views

Converting ppt to jpg

libreoffice --outdir "output path" --convert-to pdf input path/*.ppt When I execute this only the first slide is converted ,I want the whole file to be converted to .jpg files( n number of files). ...
1
vote
1answer
43 views

Create PDF from database and pictures in folders

I am looking for suggestions on a way to create a single PDF file from a database of text and pictures in folders. One page of the PDF will contain a picture of a billboard and 5 different text ...

1 2 3 4 5 35