Search found 168 matches

by pipitas
2014-12-11T13:54:43-07:00
Forum: Users
Topic: How can I resize a PDF and keep a right blank margin
Replies: 36
Views: 28067

Re: How can I resize a PDF and keep a right blank margin

michellux wrote:Why should I do Phase 1 "Creating demo.pdf" if in phase 2 I use my pdf file ?
Of course, I only created a simple demo PDF file for myself, because you didn't provide one to play with.... :)
by pipitas
2014-12-09T02:56:03-07:00
Forum: Users
Topic: How can I resize a PDF and keep a right blank margin
Replies: 36
Views: 28067

Re: How can I resize a PDF and keep a right blank margin

Maybe we should ask the ImageMagick developers if they could start to create a new '-metric pr0n' measurement method. It would return a number in the range of {0..100} telling the probability in percent of an image being NSFW. McAffee could then make use of it and let pass all images which are below...
by pipitas
2014-12-08T13:29:35-07:00
Forum: Users
Topic: How can I resize a PDF and keep a right blank margin
Replies: 36
Views: 28067

Re: How can I resize a PDF and keep a right blank margin

fmw42 wrote:I see all three of your images that have been concatenated into one image
Yes, that's how it is supposed to be....
by pipitas
2014-12-08T12:20:48-07:00
Forum: Users
Topic: How can I resize a PDF and keep a right blank margin
Replies: 36
Views: 28067

Re: How can I resize a PDF and keep a right blank margin

michellux wrote:I cannot see the image you put in.
Anybody else who cannot see the image?!?
by pipitas
2014-12-08T06:17:50-07:00
Forum: Users
Topic: How can I resize a PDF and keep a right blank margin
Replies: 36
Views: 28067

Re: How can I resize a PDF and keep a right blank margin

I have a .pdf file to resize, for example 95%, and convert it in .jpg. That is working fine. But if I take my .jpg to transform it back in .pdf, the image is automaticaly resized to take all the width of the document. Just in case you are going this route to resize a PDF (via ImageMagick) as an &qu...
by pipitas
2014-11-26T07:34:30-07:00
Forum: Users
Topic: How to convert .eps with layers to .psd with layers?
Replies: 1
Views: 10667

Re: How to convert .eps with layers to .psd with layers?

There is no such thing as "layers" in EPS. This concept is just not present in PostScript. (It is there in PDF, though. The correct technical term in PDFs is "optional content group" {OCG}, it's only its popular name of an OCG that calls it "layer".) (If you have an EPS...
by pipitas
2014-11-24T14:50:58-07:00
Forum: Bugs
Topic: PDF is too small (in cm)
Replies: 28
Views: 21142

Re: PDF is too small (in cm)

[...] the size of most vector files is controlled by the density. Perhaps ps files are different. This wording is not the best to express your intended meaning. Maybe better and technically more correct say: "Vertical and horizontal dimensions of raster images created by converting from vector...
by pipitas
2014-11-20T07:56:43-07:00
Forum: Developers
Topic: [Feature Request] Please support 'OpenRaster' (*.ora)
Replies: 0
Views: 4083

[Feature Request] Please support 'OpenRaster' (*.ora)

As far as I know, there is not yet support in ImageMagick for the 'OpenRaster' (*.ora) format, nor a delegate to read or write it:
by pipitas
2014-11-18T08:09:19-07:00
Forum: Bugs
Topic: PDF is too small (in cm)
Replies: 28
Views: 21142

Re: PDF is too small (in cm)

If you do not want dithering, but black filled areas and white filled areas all over the page, you need to use a different workflow. That is also possible. Please as a new question for this, and clearly state your goals. The following command line from my first post does, what I want. Black and whi...
by pipitas
2014-11-18T06:06:37-07:00
Forum: Bugs
Topic: PDF is too small (in cm)
Replies: 28
Views: 21142

Re: PDF is too small (in cm)

gs -o testpage.tif -sDEVICE=tiffg4 -r300 testpage.ps tiff2pdf -p A4 -F testpage.tif > testpage.tif.pdf Thank you for the great idea to solve my problem with ghostscript. It works fine, but unfortunately the gs uses dithering. Any idea to convert in back/white without dithering? Look more closely at...
by pipitas
2014-11-18T05:43:44-07:00
Forum: Users
Topic: conversion problem of PDF to PNG with alpha channel
Replies: 3
Views: 4691

Re: conversion problem of PDF to PNG with alpha channel

I have a problem in which IM or GhostScript can't convert PDF file with alpha channel transparency to PNG format. The PDF file was made with Adobe Illustrator's drop shadow. The conversion result PNG file does not have transparent background, but has white box background. It seems that IM or GS are...
by pipitas
2014-11-16T00:42:07-07:00
Forum: Users
Topic: Convert many images to a pdf: which is first, convertion or combination?
Replies: 13
Views: 13848

Re: Convert many images to a pdf: which is first, convertion or combination?

snibgo wrote:
pipitas wrote:Unfortunately, the Poppler-version is not readily available for Windows as a pre-compiled binary.
It is, through Cygwin.
Ah. Good to know! -- Thanks for the hint.
by pipitas
2014-11-15T19:26:23-07:00
Forum: Users
Topic: Convert many images to a pdf: which is first, convertion or combination?
Replies: 13
Views: 13848

Re: Convert many images to a pdf: which is first, convertion or combination?

The all.pdf file seems okay What's also interesting for future readers of this thread: how much faster was this method, compared to your original one, do it as convert * out.pdf ?? in a pdf viewer, all the pages take up the same-size space on the screen, This is because your PDF viewer very likely ...
by pipitas
2014-11-15T18:28:37-07:00
Forum: Users
Topic: Convert many images to a pdf: which is first, convertion or combination?
Replies: 13
Views: 13848

Re: Convert many images to a pdf: which is first, convertion or combination?

... pdfimages ... Ah, very useful, excellent, thanks. This answers the problem of extracting images from PDF files. That program writes one PAM file per image, no fuss, no worries about density. IM can read the PAM files in the usual way. The Windows version does not have all the options I used in ...
by pipitas
2014-11-15T15:34:02-07:00
Forum: Bugs
Topic: PDF is too small (in cm)
Replies: 28
Views: 21142

Re: PDF is too small (in cm)

I install my delegates from MacPorts, but install IM from source manually. see http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=21502&p=88202&hilit=OSX+MacPorts#p88202 IIRC, I tried to also compile a released source tarball (as opposed to current SVN checkout), and this a...