Search found 68 matches

by Albireo
2010-01-22T06:57:52-07:00
Forum: Users
Topic: From white to transparent (Solved)
Replies: 5
Views: 17244

From white to transparent (Solved)

Hello!

The image has a white background (color?), and I would like to replace the white color with transparent color.
(I think it is white :) )

Is it possible with ImageMagick?

//Jan
by Albireo
2010-01-22T05:34:33-07:00
Forum: Users
Topic: Reduce the number of commands
Replies: 17
Views: 37093

Reduce the number of commands

Hello! I want to: 1. Resize the images (as an example max 300x300) 2. Remove imageinformation 3. Give the images rounded corners 4. Add the image with rounded corners on a transparent square image (300x300) Programming sequence below performs this but with 3 pcs of commands Is it possible to simplif...
by Albireo
2010-01-19T09:02:55-07:00
Forum: Users
Topic: transparent background - How! (solved!)
Replies: 7
Views: 25689

Re: transparent background - How!

Thanks very much, I had forgot it :-)
by Albireo
2010-01-19T06:46:35-07:00
Forum: Users
Topic: transparent background - How! (solved!)
Replies: 7
Views: 25689

transparent background - How! (solved!)

Hello! My wish is to place an image on a transparent background. (Background size 400x400 - image size maybe 300x400 or 400x300) I have no problem to get an background, red, yellow or blue, but transparent...... The "transparent" background becomes usually black. Sometimes I have succeeded...
by Albireo
2010-01-18T08:08:29-07:00
Forum: Users
Topic: Add "comment information" to images
Replies: 6
Views: 36349

Add "comment information" to images

Hello!

It's easy to remove "profile and comment information" from the images.
But if I want to add some information.
(rounded corner, soft edge, some text or something)

It's possible?

//Jan
by Albireo
2010-01-18T08:00:33-07:00
Forum: Users
Topic: -Define - which image size?
Replies: 2
Views: 6505

Re: -Define - which image size?

Thank you! The jpg "hint" speeds up the conversion size of the jpg and should be the same as the finished image size so I would use:...... But, in all example, "-define" has the double size against the final image. (double size - applies it only when doing "thumbnails"?...
by Albireo
2010-01-18T06:04:16-07:00
Forum: Users
Topic: -Define - which image size?
Replies: 2
Views: 6505

-Define - which image size?

Hello! Which dimensions should be set to "define" to optimize conversion? for example: I have an .jpg image 1600x1200 (maybe larger), and want a new image on the web. (I don't know the optimal image size on web :) ) Example of a "convert" Commando: convert -define jpeg:size=240x1...
by Albireo
2010-01-15T16:30:21-07:00
Forum: Users
Topic: Identify - Orientation - images size mm
Replies: 4
Views: 12496

Re: Identify - Orientation - images size mm

Thank you for the answer. How are you using your code - batch file, bash file, php, etc.. I want to manage all the images automatically by doing a "batch file" with AutoHotkey. (maybe 500-1000 pcs) ...........IM reads the image in first to see if the conditions are met then saves it again....
by Albireo
2010-01-15T12:09:17-07:00
Forum: Users
Topic: Identify - Orientation - images size mm
Replies: 4
Views: 12496

Identify - Orientation - images size mm

Hello! I want to resize all the new images. (possibly change the orientation) (I understand that it can be done in many ways, but what is the best way?) but don't resize the images that already have the right size. Is the only way to do this by creating a file with "identify-verbose" comma...
by Albireo
2010-01-15T07:42:40-07:00
Forum: Users
Topic: Polaroid-like Thumbnails
Replies: 3
Views: 9106

Re: Polaroid-like Thumbnails

The problem is with the Grave accents - backquotes. DOS doesn't recognize them in the middle of a command............ Pete You have right! - Thank you very much! This code works and do the same thing as in the example. :) for /F "usebackq" %%z IN (`convert null: -format "%%[fx:rand()...
by Albireo
2010-01-15T03:24:38-07:00
Forum: Users
Topic: imconvert / convert (solved)
Replies: 4
Views: 11974

Re: imconvert / convert

Thank you! I searched on the hard drive after "convert.exe" and found 4 pcs. :) - One belongs to ImageMagick - The other belongs to RealPlayer - The last two are found in "Windows \ System32" and "Windows \ system32 \ dllcache" and belongs probably to Windows (the same ...
by Albireo
2010-01-14T20:04:11-07:00
Forum: Users
Topic: imconvert / convert (solved)
Replies: 4
Views: 11974

Re: imconvert / convert

fmw42 wrote:Windows has its own convert function.....
Do I understand that right?
The "windows convert" don't do the same thing as "linux/Unix convert",
But the name of both is convert.exe

(I can't find/run imconvert.exe :? )

//Jan
by Albireo
2010-01-14T19:53:41-07:00
Forum: Users
Topic: Polaroid-like Thumbnails
Replies: 3
Views: 9106

Polaroid-like Thumbnails

Hello! I try to do the examle "Polaroid-like Thumbnails" http://www.imagemagick.org/Usage/thumbnails/ The original script is: convert thumbnail.gif \ -bordercolor white -border 6 \ -bordercolor grey60 -border 1 \ -bordercolor none -background none \ \( -clone 0 -rotate `convert null: -form...
by Albireo
2010-01-14T17:37:16-07:00
Forum: Users
Topic: imconvert / convert (solved)
Replies: 4
Views: 11974

imconvert / convert (solved)

Hello!

I read the section: "Usage under Windows"/"Converting Scripts: UNIX Shell to Window DOS".
http://www.imagemagick.org/Usage/windows/#convertion
There is a command "imconvert ...." - is that the same as "convert....."?

//Jan
by Albireo
2010-01-13T16:27:27-07:00
Forum: Users
Topic: Swedish signs - åäö - disappears?
Replies: 5
Views: 15549

Re: Swedish signs - åäö - disappears?

not unless your terminal window allows utf-8 What do you mean with "terminal window" - Is that an UTF-8 editor? see http://www.imagemagick.org/Usage/text/#unicode ). Most of what is on this site is intended for UNIX / LINUX (and didn't feel, to install and learn "pearl" / "...