[Bug 503346] Re: convert ignores resolution in JPEG files

madbiologist 503346 at bugs.launchpad.net
Sat Dec 29 04:46:23 UTC 2012


Official support for Ubuntu 9.10 "Karmic Koala" has ended.  Changing
status back to "Fix Released" to reflect status in Lucid and upstream.

** Changed in: imagemagick (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to imagemagick in Ubuntu.
https://bugs.launchpad.net/bugs/503346

Title:
  convert ignores resolution in JPEG files

Status in “imagemagick” package in Ubuntu:
  Fix Released
Status in “imagemagick” package in Debian:
  Fix Released

Bug description:
  Binary package hint: imagemagick

  The problem exists only in Karmic (Ubuntu910). All previous versions
  of Ubuntu that I tried worked correctly.

  When I try to convert a JPEG file to eps, convert no longer respects
  the resolution specified in the JPEG file. As result, %%BoundingBox
  and in other places, sizes are specified incorrectly.

  I have found a workaround. Instead of

  $ convert input.jpg output.jpg

  it is possible to specify the image resolution explicitly using the
  following command:

  $ convert -density $(identify -verbose input.jpg | sed -ne 's/
  *Resolution: *//p') input.jpg output.jpg

  In this way, it works correctly as before, but clearly it is not a
  solution.

  ProblemType: Bug
  Architecture: amd64
  Date: Tue Jan  5 15:34:59 2010
  DistroRelease: Ubuntu 9.10
  NonfreeKernelModules: nvidia
  Package: imagemagick 7:6.5.1.0-1.1ubuntu3
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
  SourcePackage: imagemagick
  Uname: Linux 2.6.31-16-generic x86_64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/503346/+subscriptions




More information about the foundations-bugs mailing list