how to problems since upgrading ?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
amelinda
Posts: 1
Joined: 2018-06-13T00:01:30-07:00
Authentication code: 1152

how to problems since upgrading ?

Post by amelinda »

điểm trang cho môi bớt dày bằng bí quyết Phun xăm môi. Phun xăm môi tại thẩm mỹ viện Ngọc Dung là bí quyết điểm trang cho môi bớt dày hữu hiệu nhất, nhanh chóng nhất, đặc trưng mang đến hiệu quả dài lâu, bạn gái không mất công trang điểm mỗi ngày.
xem thêm:https://phunxam.com/ban-co-dang-thac-ma ... bao-nhieu/
Thẩm mỹ viện Ngọc Dung luôn sử dụng mẫu mực xăm cao cấp du nhập tại Mỹ, đảm bảo an toàn tuyệt đối, màu dung nhan, bền, ko phai. Trang bị phun xăm thẩm mỹ chuyên dụng du nhập quốc tế, luôn được vô trùng sạch sẽ trước khi tiến hành phun xăm môi.
thứ tự trang điểm cho môi bớt dày bằng dịch vụ phun xăm môi diễn ra tận tường, kỹ càng. Các thầy thuốc sẽ “ăn gian” độ dày của môi bằng bí quyết phun xăm viền môi dịch vào trong, để đôi môi nhỏ lại, xinh xắn song song giúp phái đẹp mang 1 làn môi mọng đỏ, căng tràn sức sống và khôn xiết thiên nhiên.
xem thêm:http://phunmayngocdung.com/phun-xam-moi ... hien-nhat/
Con gái với vẻ ngoài xinh xắn tới đâu thì cũng cần trang điểm để bản thân thêm rạng rỡ phải không nào?! Một tí môi hồng thôi đã khiến khuôn mặt bạn tươi tắn, xinh đẹp. Nhưng đâu phải người nào cũng biết phương pháp điểm trang. Sau đây chúng tôi xin san sẻ tới với Anh chị em top 3 bí quyết điểm trang ngẫu nhiên thuần tuý phù hợp mang mọi bạn gái nhé.
nguồn:phun môi màu hồng cam
Last edited by amelinda on 2018-07-04T21:11:26-07:00, edited 1 time in total.
arizonagroovejet
Posts: 28
Joined: 2009-01-20T12:37:52-07:00

Re: how to problems since upgrading ?

Post by arizonagroovejet »

amelinda wrote: 2018-06-21T00:37:32-07:00 I recently upgraded to the latest ImageMagick - 6.8.9
Which operating system? 6.8.9 is not the latest version. The version currently available from https://www.imagemagick.org/script/download.php is 7.0.8 and there are newer 6.x version than 6.8.9.

This is using ImageMagick as provided with Fedora 28.

Code: Select all

$ convert --version
Version: ImageMagick 6.9.9-38 Q16 x86_64 2018-03-12 http://www.imagemagick.org
Copyright: © 1999-2018 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC Modules OpenMP 
Delegates (built-in): bzlib cairo djvu fftw fontconfig freetype gslib jbig jng jp2 jpeg lcms ltdl lzma openexr pangocairo png ps rsvg tiff webp wmf x xml zlib
$ convert -size 1024x1024 xc:red red.ps
$ file red.ps
red.ps: PostScript document text conforming DSC level 3.0, Level 1
$ convert  -resize 512x512 -crop 256x256 red.ps foo.png
$ file foo*png
foo-0.png: PNG image data, 256 x 256, 1-bit colormap, non-interlaced
foo-1.png: PNG image data, 256 x 256, 1-bit colormap, non-interlaced
foo-2.png: PNG image data, 256 x 256, 1-bit colormap, non-interlaced
foo-3.png: PNG image data, 256 x 256, 1-bit colormap, non-interlaced
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: how to problems since upgrading ?

Post by fmw42 »

try proper IM syntax with the input right after convert.

Code: Select all

convert image.ps -resize 512x512 -crop 256x256 image.png
IM 6.8.9 is about 150 versions old and should be upgraded. Perhaps it had a bug.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: how to problems since upgrading ?

Post by snibgo »

In addition to what Fred says, note that "-crop 256x256" will give exactly four images only if its input is exactly 512x512 pixels. In current IM, resizing with "-resize 512x512" won't guarantee that. If you want exactly 512x512, use "!" suffix, ie "-resize 512x512!".
snibgo's IM pages: im.snibgo.com
Post Reply