Re: Canvas view of FxGenerator, scaling issue
site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=pCC3qr++u6P0vfx7ZbRACH3qjEq+Bg7GBwl9IPpTfudA+WUirDDRMrW2m2mPgtci; h=Received:From:To:In-Reply-To:Subject:References:Message-Id:Content-Type:Content-Transfer-Encoding:Mime-Version:Date:Cc:X-Mailer:X-ELNK-Trace:X-Originating-IP; One of the custom plugins I need to write is basically an automated 'content-aware' pan-and-scan. Is there an easier way to by-pass the conform? -- Brian Darrin -- Darrin Cardani dcardani@apple.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.ap... I actually need to have my Reference Image at a different width and height than the canvas. This is the main reason I'm writing a Generator and not a Filter or a Transition. I need to by-pass the conform. Typically 4096x2048 images in, and typically 1920x1080 out. Mostly choosing the best crop region. Occasionally, a partial scale & crop. It uses a set of rules and analyzes the 4K image to choose the crop region. It's likely your bug, since we ship dozens of generators which work properly, as do other developers. Have you checked the width and height of the reference image? It's probably not scaled the same as the canvas. (This is another reason why you might want to write an FxFilter instead of an FxGenerator.) This email sent to site_archiver@lists.apple.com
participants (1)
-
Brian Gardner