Software :: ImageMagick's Convert Utility And High Quality Output?

Jun 22, 2011

I am trying to split a PDF into component pages that are of equal quality to the original. If I use display mypdf.pdf, then the PDF is split into pages of acceptable quality. The problem here is that I have to save each page individually. If, however, I use convert mypdf.pdf mypdf.bmp, I get the individual pages of the PDF in .BMP format (which is fine, but not exactly what I want), but the quality is substantially less than the original. I've tried dozens of combinations of commands to try to increase this quality, but to no avail.

Even if I do convert mypdf.pdf mypdfagain.pdf, there is a big loss of quality. Anyone familiar with splitting a PDF into individual pages without suffering a loss in quality?
Ideally, I would just save all the "scenes/frames" from display, but that feature unfortunately does not exist (though I may endeavor myself to add it if no formal solution exists).

NOTE: I think part of my problem might be: by using identify mypdf.pdf I can see that the resolution is specified, and when I convert it the resolution is much lower. This could be a source of quality loss, but I'm not familiar enough with image conversion to say that for sure. Whatever this command does, it removes the extra layer or whatever it is that prevents OCR from succeeding. I'd really like to understand that technology.. What is it about a PDF that allows an individual to embed some meta-data into every page of the PDF so that the only thing seen, say, through OCR, or a text search function, is the embedded text?

View 6 Replies


ADVERTISEMENT

General :: Why Does Imagemagick Convert Make The First Page Of Output PDFs Too Large

Mar 9, 2011

When I run

convert *.jpg output.pdf

the output looks like this:

Why is the first page bigger then the others in the PDF? The original JPEGs were all the same size!

View 1 Replies View Related

General :: Using Convert From Imagemagick Package To Convert Multiple Jpg Files?

Jul 18, 2010

I'm trying to use convert, I have installed the imagemagick. I use this line:convert *.jpg test.pdf but I'm only able to convert to pdf 1 single jpg file, not multiple files at once. When there's more than one file, I get the following error: Segmentation fault

View 5 Replies View Related

Ubuntu :: How To Make Imagemagick Convert Things One At A Time

Mar 18, 2010

How do I make imagemagick convert things one at a time? I know how to make imaggemagick convert all pages of a pdf into individual jpeg files by storing it all in the RAM at once but if there isn't enough RAM, this will use swap like crazy and be suuuuuuuper slow.

Here is the command for the "crazy swap-using" way:

convert --units PixelsPerInch -density 150x150 filename.pdf filename.jpg

View 3 Replies View Related

Ubuntu :: Convert Pdf (imagemagick) : Postscript Delegation Failed?

Aug 24, 2010

When I try converting a pdf in jpeg files, I get this error :

Code:
domino@domino-desktop:~$ convert Foundation.pdf Foundation.jpg
^Cconvert: Postscript delegation failed `Foundation.pdf': No such file or directory. @

[code]....

View 1 Replies View Related

Software :: Using Imagemagick To Convert Numerous Jpg Files To Single Pdf

Apr 14, 2009

I have a large number of scanned JPG images that I would like to convert into a single PDF file -- each image will be on its own page, and I want the pages to be in a certain order.What is the command for ImageMagick to take a batch of JPGs and convert them to PDF, and order the pages in a certain way.

(by the way: I am working on writing a Gentoo ebuild for convert2pdf at the moment, but until I get that worked out, I'd like to figure out how to do this using Imagemagick, which is already in the portage tree, and already installed)

View 6 Replies View Related

Fedora :: Any High-quality Journaling Software Out There For F12KDE?

May 17, 2010

Does anyone know of any high-quality journaling software out there for F12KDE? I tried Keepnote, but it is not installing properly. Needs a Python(abi) dependency.

View 11 Replies View Related

Ubuntu Multimedia :: Choose A High Quality Mp3 Player?

Apr 1, 2010

I am currently in the market for one that has ogg/flac support on my next paycheck.

View 6 Replies View Related

Ubuntu Multimedia :: Looking For High Quality Compatible MP3 Player

Dec 24, 2010

I am looking for a good mp3 player. I obviously dislike apple n windows so I wont buy an iPod or Zune player. Now I am wondering if any of you had good experience with any other mp3 player on Ubuntu. The two things I want are firstly a product of high quality n functionality like those two mentioned above AND secondly a seamless ubuntu compatibility. I'd love to see synchronization and stuff working out of the box. Anyone out there found a outstanding product and like to give a recommendation?

View 4 Replies View Related

Ubuntu :: Convert A Bunch Of Jpg Files Into Pdf - ImageMagick No Decode Delegate

Nov 9, 2010

I keep trying to convert a bunch of jpg files into pdf, but ImageMagick just seems to keep failing there. Well well, after three thousand fix and reinstall attempts (seriously, I've been trying to fix it for the last month or so), this is what I'm getting today:

[Code]...

View 3 Replies View Related

Fedora :: High Quality Screen Casts - Desktop Recording ?

Mar 18, 2009

I've noticed that there are a lot of different programs out there to record your desktop (screencast), and it can be tricky to understand the differences between them, their limitations, and how to use them, so i made a video where i show how to choose between them, what their features are, how to USE them, and how to get the highest quality video from them.

You can find it here: High Quality Screen Casts, Desktop Recording, with Linux

View 6 Replies View Related

General :: Poor Quality Sound - Vibrates And Distorts At High Volume

May 11, 2010

My laptop is a Dell Inspiron 510m with onboard Intel 855 sound (STAC 9750 AC97). The sound was perfect with WinXP, but with Ubuntu it's tinny and lacks richness and vibrates and distorts at higher volumes. I've played around with Alsamixer and changed the driver from ALSA to OSS4 and it has improved slightly, but still not perfect. Is it just not gonna get any better, should I not be expecting it to be as good as WinXP?

I've seen on the Intel site a Linux driver for my controller, it's a tarball but it won't compile after extracting it (read on this forum that someone had the exact same problem with that driver). Will the Intel driver not help, does the problem go deeper than just the driver? It would be perfect it you could just wrap the Dell/Intel driver and use that (just like with wireless ndiswrapper).

View 1 Replies View Related

Ubuntu Multimedia :: Convert To Standard Quality In Handbrake?

Jan 8, 2010

I downloaded an HD video from ....., but my computer is not powerful enough to play it. Is it possible to convert it to standard quality in Handbrake? If not, what video converter would be best?

View 2 Replies View Related

Ubuntu Multimedia :: Convert HD Mkv Video Files To AVI Or WMV Without Loss Of Quality

Nov 23, 2010

does anyone know of any FOSS program I can use to convert HD X.264 MKV video files to AVI or WMV without loss of quality. I wish to stream these videos from my linux box (yes u can do that via ushare)to my xbox 360 but unfortunaly it wont play MKV files.

View 9 Replies View Related

Ubuntu Multimedia :: Rip The Audio From An Flv And Convert To Flac Or Mp3 Without Quality Loss?

Jun 30, 2011

Anyway to rip the audio from an flv and convert to flac or mp3 without quality loss?

View 1 Replies View Related

Software :: Ffmpeg Video Output Really Low Quality?

Aug 11, 2010

I was experimenting with transcoding video with ffmpeg. using the command

Code:
ffmpeg -i moviename.avi moviename.mkv

outputs the .avi into .mkv, but the output quality is very, very bad, while the original is dvd-quality.

View 1 Replies View Related

OpenSUSE Multimedia :: VLC Output Display Quality - Incorrect Balance

Dec 3, 2009

The display under vlc is strangely colored in blue, or red missing. Anyway the balance isn't correct. I tried every output module but no one is correct. I am running 11.2/kde.

View 9 Replies View Related

General :: Convert .wav Sound Files To .gsm Format With Sox Utility?

Sep 1, 2009

how can I convert .wav sound files to .gsm format as I have an application for this usage ? Please be informed that I have made use of the sox utility for this purpose , as the followings , but it didn't get through : #sox FR00003.wav -r 8000 -c 1 FR0003.gsm resample -ql

View 5 Replies View Related

Software :: Utility To Convert Html Tutorial To Pdf Or Openoffice

Nov 25, 2010

I would like to know if there is an utility that converts a web tutorial made of html pages (like those about linux) to one single pdf or open-office document, so to easily print (or archive) it.

View 4 Replies View Related

Server :: Very High SoftIRQ In Top Output?

Dec 28, 2010

In our server,top shows "si" with high number! softirq is very high on this server,approximate 90% on one core. How can I determine reason of this problem? Is there any way that I can determine cause of these softirq?what application or hardware generate these softirqs.

View 1 Replies View Related

Fedora :: Sound Output Volume Too Low / Make It High?

Aug 27, 2010

Several days ago, I replace my PC's motherboard and now sound is too low - I can't hear practically anything, I used alsamixer to configure output volume level to normal, but this won't survive reboot.
I tried to use 'alsactl' and saveed rules, and edited rc.local to restore - but it didn't help. Can anyone tell me how to fix it?

View 3 Replies View Related

Ubuntu Multimedia :: Glxgears Does Not Move / Output Shows High FPS

Jun 15, 2011

In the terminal, I type glxgears and get a frozen window of the colored gears.

View 1 Replies View Related

Ubuntu :: Convert Cat Output To Html?

Jan 8, 2010

Is there anyway to convert standard output to html ?

for example I wanna convert a colored file like this:

Code:
git diff -u --color-words --no-index ~/file1 ~/file2 > my_colorized_output

I wanna convert my_colorized_output ( or anything else ... ) to html format.

View 3 Replies View Related

Networking :: Convert Tcpdump Output File To A Pcap Format?

Feb 21, 2011

How to convert Tcpdump output file to a Pcap format? Is there such way?

This is what i mean:

tcpdump -i eth0 >> test.out

Now i want to convert test.out to Pcap so It's readable via Wireshark.

View 5 Replies View Related

OpenSUSE Network :: "iwlist S" Output - Quality / Signal Level And Noise Level Mean?

Jul 21, 2010

[code]...

you can find a cutout of an output generated by "iwlist s" command for a cell. Does anybody know what Quality, Signal level and Noise level mean? What is the definition of them? I searched for it and could not find good information on it. What do these Extra:*** fields for? What does it show in the example above? How were those values computed?

[code]...

View 1 Replies View Related

Programming :: Convert The XML Output Files To SQL In Order To Create Or Update An SQL Database?

Dec 7, 2010

I've a program which manages my pdf and references. I wish to put some of the information on my website but that program (Mendeley) does export only in XML (or bibtex). I'd like to simply convert the XML output files to SQL in order to create or update an SQL database.I'm not an expert in either XML or SQL (use only PHPMyadmin). Does someone get help me to figure out?

View 2 Replies View Related

Ubuntu Installation :: Cpuid Utility Is Not Compiled With U9.04 And Utility Is Not Available As Package With Synaptic?

Feb 5, 2010

cpuid utility is not compiled with U9.04 and the utility is not available as a package with synaptic -
other distributions have it available as rpm . url

Any way to run this utility in the Debian world?

View 2 Replies View Related

Ubuntu Multimedia :: Convert Ogg To Mp3 - Sox My.ogg My.mp3: "sox FAIL Formats: Can't Open Output File `x.mp3': SoX Was Compiled Without MP3 Encoding Support"

Sep 17, 2010

I have a few ogg files that I want to put on my phone. My phone doesn't play oggs, so I need to convert. It's just an audiobook so I really don't care about quality. Oddly, nothing I try seems to be up to the task. Here's what I tried so far:

sox my.ogg my.mp3: "sox FAIL formats: can't open output file `x.mp3': SoX was compiled without MP3 encoding support" mencoder: wants video too?? Wha?? vlc (from GUI): "p, li { white-space: pre-wrapStreaming / Transcoding failed: It seems your FFMPEG (libavcodec) installation lacks the following encoder: MPEG Audio layer 1/2/3. If you don't know how to fix this, ask for support from your distribution.

This is not an error inside VLC media player. Do not contact the VideoLAN project about this issue." lame my.ogg my.mp3: "sorry, vorbis support in LAME is deprecated." audicity (via GUI): success..but I'm now going to have to somehow script it. This is very annoying. It makes me want to rip directly into mp3 from now on. Is there an easy way to convert an ogg file to an mp3 from the command-line?

View 9 Replies View Related

CentOS 5 :: Installing ImageMagick Without-x?

Apr 15, 2009

I'm attempting to install ImageMagick on my shiny new CentOS 5 server, but it wants to install a bunch of X libs and ALSA to get that to run.

I don't really want sound software and X installed. I see there is a configure option to install --without-x.Are there any alternatives to compiling from source? Any sort of rpm you know of that I am not seeing?

View 2 Replies View Related

General :: ImageMagick Command Sometimes Fails?

May 5, 2011

I have an ImageMagick command that is something like this:

convert "/path/to/photo" -set comment "(c) my company" -resize WxH miff:- | composite -dissolve 30 -geometry +40+138 -quality 80 "/path/to/logo.miff" - jpeg:"/path/to/photo_for_public"

Directory /path/to is mounted over NFS (same network). Some options of fstab that might be helpful:

Both rsize and wsize are 3kB
hard,proto=tcp,timeo=600,retrans=2

Sometimes the imagemagick command fails and produces no file (/path to/photo_for_public might not emerge after command execution). Files might be from 100kB to 10MB. We usually re-run the command for files not generated. Sometimes it fails even twice, so we do it third time (hilariously funny, but even a third run can fail).

Are there any thoughts what may be wrong with my photo-processing setup?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved