Search found 3 matches
- 2018-03-14T07:18:56-07:00
- Forum: Users
- Topic: Identify %A is not returning transparency
- Replies: 1
- Views: 2453
Identify %A is not returning transparency
ImageMagick-7.0.7-Q16 Windows Command i'm running: magick identify -format "%d,%f,%t,%x,%A,%C" C:\Art\Files\File.tif What's strange is that for %A it returns the full path and filename without backslashes. "C:ArtFilesFile.tif" According to this link (https://www.imagemagick.org/script/escape.php) %A ...
- 2017-12-02T13:12:41-07:00
- Forum: Users
- Topic: Attempting to remove poor quality barcode
- Replies: 4
- Views: 3669
Re: Attempting to remove poor quality barcode
The trick is to remove the barcode without also removing other important detail. In your example, after denoising, the bars are substantially larger than the text, so removing them and not the text is quite easy. But what else do your images contain? How much do bars vary (in size) between images ...
- 2017-12-01T14:47:50-07:00
- Forum: Users
- Topic: Attempting to remove poor quality barcode
- Replies: 4
- Views: 3669
Attempting to remove poor quality barcode
I'm currently using Imagemagick to very successfully deskew images. It'd be AMAZING if i could get it to also remove the barcodes fom my images. Below is an example of what the image would look like. In a REALLY ideal world we'd somehow erase everything except the numbers :). I can't use coordinates ...