Search found 158 matches

by Rye
2013-03-01T03:13:34-07:00
Forum: Users
Topic: Stitching image on given canvas size ? [SOLVED]
Replies: 28
Views: 58152

Re: Stitching image on given canvas size using ImageMagic ?

EDIT: There is a really simple way that all those images have in common: Their pattern repeats after EXACTLY 128x128 pixels. Could you please change your script to work for those files only ? That would reslove this problem and this thread could be closed. Thanks for all you assistance. It was of gr...
by Rye
2013-02-28T13:12:22-07:00
Forum: Users
Topic: Stitching image on given canvas size ? [SOLVED]
Replies: 28
Views: 58152

Re: Stitching image on given canvas size using ImageMagic ?

Ok, after reinstalling it seems to work now.

Is there a way to have that batch script process multiple files at a time ? E.g. all gifs in one folder and output them to another folder, numbered 001 002 etc. ?
by Rye
2013-02-27T23:05:19-07:00
Forum: Users
Topic: Stitching image on given canvas size ? [SOLVED]
Replies: 28
Views: 58152

Re: Stitching image on given canvas size using ImageMagic ?

If I type:

"c:\program files\imageMagick-6.8.3-Q16\identify" -version


It outputs:

Versin: ImageMagick 6.8.3-6 2013-02-26 Q16 http://www.imagemagick.org
Features: DPC OpenMP
Delegates: bzlib fontconfig freetype jng jp2 jpeg lcms lzma pango png ps tiff x xml zlib
by Rye
2013-02-27T15:59:33-07:00
Forum: Users
Topic: Stitching image on given canvas size ? [SOLVED]
Replies: 28
Views: 58152

Re: Stitching image on given canvas size using ImageMagic ?

I reinstalled ImageMagick with said checkbox disabled... The erros I said still occur. Typing identify -version yields: The command "identify" is either written incorrectly or couldn't be found. Also that command that is suggested at the installation: convert wizard: wizard.jpg convert wiz...
by Rye
2013-02-26T21:52:52-07:00
Forum: Users
Topic: Stitching image on given canvas size ? [SOLVED]
Replies: 28
Views: 58152

Re: Stitching image on given canvas size using ImageMagic ?

The theory sounded good. Does it actually work? Windows script: setlocal enabledelayedexpansion set SRC=Castillo001.gif FOR /F "tokens=1,2" %%i IN ('%IM%identify -ping -format "%%w %%h" %SRC%') DO ( set WIDTH=%%i set HEIGHT=%%j ) set /A wm1=%WIDTH%-1 set /A MinGray=999999 set /A...
by Rye
2013-02-25T15:40:51-07:00
Forum: Users
Topic: Stitching image on given canvas size ? [SOLVED]
Replies: 28
Views: 58152

Re: Stitching image on given canvas size using ImageMagic ?

Sure, I understand it is very possible WITH CROPPING.

However I don't want to crop.

I need a solution that doesn't involve cropping.
(I'd have to crop 600 images so this is not an option).

Thanks for your answer
by Rye
2013-02-25T10:48:35-07:00
Forum: Users
Topic: Stitching image on given canvas size ? [SOLVED]
Replies: 28
Views: 58152

Stitching image on given canvas size ? [SOLVED]

I currently am trying to do the following with Image Magick: I would like to do the following using image magick: 1. set a specific canvas size, say 1056x576 for example 2. Take one image, this one for example.: https://dl.dropbox.com/u/14586156/stuff/0_PC_Prog_Dev_support/ImageMagick/Stitch_image_o...