Search found 2972 matches
Re: Convert
According to the list of supported formats here: https://imagemagick.org/script/formats.php it should be possible. Why don't you try?
- 2018-10-24T13:44:08-07:00
- Forum: Developers
- Topic: Can imagemagick uninstall itself?
- Replies: 3
- Views: 16751
Re: Can imagemagick uninstall itself?
I do not think Imagemagick uninstalled itself as people come here with versions years old on their computer.
I am not a Linux user so I do not know the exact commands to find a program try: type convert or which convert
If using V7 try replacing convert with magick
I am not a Linux user so I do not know the exact commands to find a program try: type convert or which convert
If using V7 try replacing convert with magick
- 2018-10-18T14:16:49-07:00
- Forum: Users
- Topic: Replace color but only in some regions
- Replies: 18
- Views: 33665
Re: Replace color but only in some regions
Is this an actual image you are going to be using? Sometimes users post an image and the forum users reply and in fact it is nothing like the actual image the OP is going to use. This means that time is wasted with incorrect answers. Are the other images you are going to use similar? If this is the ...
- 2018-10-14T02:30:54-07:00
- Forum: Users
- Topic: Running batch file only on images recently modified
- Replies: 4
- Views: 13820
Re: Running batch file only on images recently modified
I would suggest you create a script to loop through all the files you want to modify and only send the one to IM that meet the criterial.
Just remember if you go by time span you will have to make sure the ones you ran in the previous run are older; otherwise they will be changed again.
Just remember if you go by time span you will have to make sure the ones you ran in the previous run are older; otherwise they will be changed again.
- 2018-10-13T11:33:02-07:00
- Forum: Users
- Topic: Need to Extract Hindi Text from PDF(Image) File
- Replies: 4
- Views: 16171
Re: Need to Extract Hindi Text from PDF(Image) File
I did not download your whole file but took a screen capture and it was saved as a png - Microsoft snipping tool
- 2018-10-13T09:00:27-07:00
- Forum: Users
- Topic: Need to Extract Hindi Text from PDF(Image) File
- Replies: 4
- Views: 16171
Re: Need to Extract Hindi Text from PDF(Image) File
Have you tried dedicated OCR software? I tried part of your first page on http://www.i2ocr.com/free-online-hindi-ocr and it was a bit slow and was not 100% correct but I would think you could edit the output. I doubt any OCR software would be 100%. Personally unless you have hundreds to do I would ...
- 2018-10-06T11:10:09-07:00
- Forum: Developers
- Topic: Automation of PSD lanyards with ImageMagick
- Replies: 9
- Views: 27676
Re: Automation of PSD lanyards with ImageMagick
As I understand it fmw42 the OP wants to map the flat image to the lanyard image and as it will be online there will not be any Photoshop interaction. I suppose it would be similar to the T shirt code although I have no idea how it would cope with going under and over. I noticed the Original Lanyard ...
- 2018-10-01T11:23:22-07:00
- Forum: Users
- Topic: Change picture to transparent and inserting it into other picture at specific location
- Replies: 19
- Views: 34098
Re: Change picture to transparent and inserting it into other picture at specific location
Use the mogrify program to resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more. This tool is similar to convert except that the original image file is overwritten (unless you change the file suffix with the -format option) with any changes you request. Why ...
- 2018-09-22T06:19:22-07:00
- Forum: Users
- Topic: Error with "magick convert"
- Replies: 9
- Views: 26781
Re: Error with "magick convert"
You do not need to use convert with magick. I assume as you are trying to use magick you are using a version 7 of Imagemagick?
- 2018-09-18T04:57:32-07:00
- Forum: IMagick
- Topic: create tileable exr
- Replies: 2
- Views: 80668
Re: create tileable exr
Convert is not part of Imagick but of Imagemagick; can you confirm which you want to use?
- 2018-08-26T00:22:04-07:00
- Forum: Bugs
- Topic: PHP call to readImage Exception ReadPDFImage/664 Failed
- Replies: 8
- Views: 23875
Re: PHP call to readImage Exception ReadPDFImage/664 Failed
You could try working with the first 10 pages and then the second 10 and see what happens " Each page is essentially a big image. " could be the problem as fmw42 suggested.
If it still fails try reading 5 pages at a time which will hopefully isolate the problem.
If it still fails try reading 5 pages at a time which will hopefully isolate the problem.
- 2018-08-12T02:09:49-07:00
- Forum: Users
- Topic: ImageMagick hangs when resizing png files when running from an AWS Lambda
- Replies: 7
- Views: 21412
Re: ImageMagick hangs when resizing png files when running from an AWS Lambda
Just a thought as there is a read error and I thought the [0] could be causing the problem.
- 2018-08-12T01:40:44-07:00
- Forum: Users
- Topic: ImageMagick hangs when resizing png files when running from an AWS Lambda
- Replies: 7
- Views: 21412
Re: ImageMagick hangs when resizing png files when running from an AWS Lambda
Out of interest why do you have [0] after your png name. I thought the [0] was just used for multilayer files like photoshop,pdf etc.
- 2018-07-30T00:00:54-07:00
- Forum: Users
- Topic: TEXTBOX with alpha background and rounded corners
- Replies: 6
- Views: 16700
Re: TEXTBOX with alpha background and rounded corners
What version of imagemagick are you using and what command?
- 2018-07-14T15:29:00-07:00
- Forum: Users
- Topic: Separate single photos out of Photo Album page scan
- Replies: 4
- Views: 12705
Re: Separate single photos out of Photo Album page scan
sometime a line below the photo about date, persons/object - nothing special Things like that can make a difference; if you want a useful answer supply an image. People often say "it is a simple image" and when an answer is supplied they suddenly come back with other problems. If an image was ...