Search found 9 matches

by kadkam
2019-10-15T06:19:19-07:00
Forum: Users
Topic: Convert image from clipboard to clipboard (?)
Replies: 1
Views: 39762

Convert image from clipboard to clipboard (?)

Actually I have this command line for converting black to white from an image:

convert %1 -fuzz 0 -fill "#FFFFFF" -opaque "#000000" %1

now I need to do same but with the image source on clipboard.
(convert from clipboard and save on clipboard)
How I can do it?

thanks
by kadkam
2014-09-18T03:03:12-07:00
Forum: Users
Topic: Convert colored document in perfect black&white
Replies: 1
Views: 2585

Convert colored document in perfect black&white

Hi Hi need to convert a document with red/green background in a black&white. After, i need to apply a rgb curve modification but it's hard to understand. Please can you write for me a command line example that, approximated, respect the modification curve? Before http://i58.tinypic.com/wbxi1f.jp...
by kadkam
2010-08-03T04:36:10-07:00
Forum: Users
Topic: how to create a pdf from more images ?
Replies: 1
Views: 22315

how to create a pdf from more images ?

Hi

Explain by example:

I have

image01.jpg
image02.jpg
photo.jpg

I want to create a single test.pdf file with more pages and jpg recompression (75%)

Can I have the command line please?


THANKS
by kadkam
2009-05-11T08:52:01-07:00
Forum: Users
Topic: CROP option changed?
Replies: 4
Views: 10205

Re: CROP option changed?

ok now.

thanks!

only for understand, why +repage need on pdf and not for png result?
by kadkam
2009-05-11T08:34:26-07:00
Forum: Users
Topic: CROP option changed?
Replies: 4
Views: 10205

CROP option changed?

on version 6.3
I using this command line:
convert "test1.png" -crop 3307X4677+0+0 "result.pdf"

I have updated to 6.5
and now the Crop command not function with pdf destinations

why?
by kadkam
2008-10-07T05:59:18-07:00
Forum: Users
Topic: convert *.bmp *.jpg ??
Replies: 1
Views: 28498

convert *.bmp *.jpg ??

hi
(I use windows)

I've more .bmp files that i want to convert (copy) in .jpg format;
I want that the filename of each file is the same.
(ex. pippo.bmp become pippo.jpg)

what's the command line string?

thanks
by kadkam
2008-01-11T06:28:13-07:00
Forum: Developers
Topic: PDF CROP
Replies: 5
Views: 19033

Re: PDF CROP

i know the difference from raster and vector image;
Ok, if you know a free application that make this advise me.

Thanks for your support.

bye
by kadkam
2008-01-10T07:29:55-07:00
Forum: Developers
Topic: PDF CROP
Replies: 5
Views: 19033

Re: PDF CROP

excuse me but i not understand the document.

I need a command like
convert pippo.pdf -crop 50% pippo50.pdf

is possible?

thanks
by kadkam
2008-01-09T08:24:38-07:00
Forum: Developers
Topic: PDF CROP
Replies: 5
Views: 19033

PDF CROP

Hi

I need to crop an A3 pdf in two A4 pdf.

Is possible to add this feature?

thank you