Search found 37 matches

by Nik
2015-08-17T06:35:27-07:00
Forum: Users
Topic: vertically centre annotated text
Replies: 15
Views: 10682

Re: vertically centre annotated text

Hi all, I realise that this can probably be done more efficiently but I've chosen to create a file for each of the captions and then stitch them back together using the -append & +append options. This gives me the flexibility to put the captions on any of the four edges as I could need to put th...
by Nik
2015-08-16T13:54:02-07:00
Forum: Users
Topic: vertically centre annotated text
Replies: 15
Views: 10682

Re: vertically centre annotated text

Thanks for your help. I'll pick this up in the morning and post what I come up with.

Thanks,
Nik
by Nik
2015-08-16T13:33:52-07:00
Forum: Users
Topic: vertically centre annotated text
Replies: 15
Views: 10682

Re: vertically centre annotated text

I would like to be able to add a caption to the top or bottom or both, depending on what the user inputs.

Thanks,
Nik
by Nik
2015-08-16T13:25:46-07:00
Forum: Users
Topic: vertically centre annotated text
Replies: 15
Views: 10682

Re: vertically centre annotated text

That works great.

Is it possible to also append to the bottom of the input image? maybe -gravity South or something?

Thanks,
Nik
by Nik
2015-08-16T13:02:52-07:00
Forum: Users
Topic: vertically centre annotated text
Replies: 15
Views: 10682

Re: vertically centre annotated text

Thanks for your reply. I wander if it would be simpler to create a caption label and then add it to the top of the original image? convert -background '#800000' -fill '#FFAEB9' -font Arial -pointsize 18 -size 300x30 -gravity Center caption:'this is my text' output.jpg as this seems to centre the tex...
by Nik
2015-08-16T12:09:46-07:00
Forum: Users
Topic: vertically centre annotated text
Replies: 15
Views: 10682

vertically centre annotated text

Hi all, is there an option or calculation to vertically centre annotated text? Here is my command: /opt/local/bin/convert input.jpg -gravity North -background '#800000' -splice 0x30 -font 'AvantGarde-Book' -fill '#FFAEB9' -pointsize '18' -annotate +0+3 'this is my text' output.jpg The thing to bare ...
by Nik
2014-10-08T05:56:14-07:00
Forum: Users
Topic: CMYK PDF to PDF color change
Replies: 5
Views: 6785

Re: CMYK PDF to PDF color change

Hi Fred, I have found a solution to my colour issues and that is to bypass IM and just use ghostscript! The below code gives me a lowres PDF with the colours correct and keeps the vectors as vectors: gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sProc...
by Nik
2014-10-08T04:57:28-07:00
Forum: Users
Topic: CMYK PDF to PDF color change
Replies: 5
Views: 6785

Re: CMYK PDF to PDF color change

Hi Fred, thanks for your feedback and I can see that your second result is a lot closer than mine. IM seems to be having problems with profiles though. I ran the below: convert -density 150 -colorspace sRGB '/home/imageuser/Desktop/Populate_Input/32-14-125-TRIAL-TRR.pdf' -profile '/home/imageuser/De...
by Nik
2014-10-07T10:28:04-07:00
Forum: Users
Topic: CMYK PDF to PDF color change
Replies: 5
Views: 6785

Re: CMYK PDF to PDF color change

Hi Fred, Thanks for your response the source PDF can be found here: https://www.dropbox.com/s/l3mpdvwrrc11z0a/Example_File.pdf?dl=0 the output PDf can be found here: https://www.dropbox.com/s/0niiclpxfi4s75p/Example_File-LR.pdf?dl=0 The version of GS is 8.70. If I remember correctly they where insta...
by Nik
2014-10-07T09:17:54-07:00
Forum: Users
Topic: CMYK PDF to PDF color change
Replies: 5
Views: 6785

CMYK PDF to PDF color change

Hi All, I'm and infrequent user of IM and most of the times I just use it to make thumbnails but my current project is to make a lowres CMYK PDF but I'm having problems with the output colour. In its simplest form the command is: convert input.pdf output.pdf which gives me incorrect colour i.e. A re...
by Nik
2014-08-27T08:56:53-07:00
Forum: Users
Topic: translate photoshop tiff save options
Replies: 4
Views: 5314

Re: translate photoshop tiff save options

Many Thanks Fred.

I must admit it was the -define tiff:tile-geometry=128x128 part that was confusing me the most. I wasn't sure if I needed to specify that part and if so what the correct syntax was.

I'll see what other info I can find about the ptiff format.

Thanks,
Nik
by Nik
2014-08-26T10:00:33-07:00
Forum: Users
Topic: translate photoshop tiff save options
Replies: 4
Views: 5314

Re: translate photoshop tiff save options

Hi Fred, many thanks for your reply. I wander if you could explain about the Pyramid tiff format. It's my understanding that it creates multiple, smaller versions of the main image file that are saved in the tiff and used for viewing on the web? In Photoshop you simply tick the 'Save Image Pyramid' ...
by Nik
2014-08-25T13:13:29-07:00
Forum: Users
Topic: translate photoshop tiff save options
Replies: 4
Views: 5314

translate photoshop tiff save options

Hi all, could any point me in the right direction of how to apply similar settings to an image that are available when saving a tiff in Photoshop. Embed Colour Profile: true Image Compression: LZM Pixel Order: Interleaved Byte Order: Macintosh Save Image Pyramid: true I've read a few things about pt...
by Nik
2013-08-30T03:04:51-07:00
Forum: Developers
Topic: Mountain Lion running faster on 1 thread than on 8!
Replies: 0
Views: 4878

Mountain Lion running faster on 1 thread than on 8!

Hi there, I have various machines that have a copy of IM installed. Recently I installed version 6.8.6-6 using macports on a mac running 10.8.4 (mountain Lion). I also have a mac running the same version of IM on 10.6.8 (Snow Leopard). I ran a couple of tests on each machine and noticed that the new...
by Nik
2013-08-30T02:48:00-07:00
Forum: Users
Topic: enable 0r disable OpenMP
Replies: 14
Views: 17244

Re: enable 0r disable OpenMP

Hi, yes I did follow your previous post and installed the delegates using macports and then installed IM using configure. When I installed it this way OpenMP was installed and this is how I was able to do the timing difference between IM installed using macports (/opt/local/bin) running only 1 threa...