Search found 5 matches

by pbennett87
2019-09-03T02:58:05-07:00
Forum: Consulting
Topic: PAID: Sprite Sheet de-duping for video game
Replies: 3
Views: 46719

Re: PAID: Sprite Sheet de-duping for video game

Am I correct in saying you want to compare all sprites with each other to detect for dupes? Also, are the sprites all the same?
by pbennett87
2019-09-03T02:56:18-07:00
Forum: Consulting
Topic: Paid: Mosaic Generation
Replies: 1
Views: 37565

Paid: Mosaic Generation

Hi, thank you for reading my post, I am almost complete on my project, however I have an issue when blending two images, I need advice (though I do have an idea what my issue is) I am applying a "multiply" or "screen" effect to the top layer (after colorizing the top layer based ...
by pbennett87
2019-09-02T08:00:09-07:00
Forum: Users
Topic: PHP Resize based on overlaying image
Replies: 5
Views: 9118

Re: PHP Resize based on overlaying image

So if my small image is 500x800px and my large image is 2000x2000 I should probably use
500x800^ ?
by pbennett87
2019-09-02T07:49:23-07:00
Forum: Users
Topic: PHP Resize based on overlaying image
Replies: 5
Views: 9118

Re: PHP Resize based on overlaying image

Hi snibgo, sorry the format is actually PNG that is a typo. Please can you show me an example for both (exact resize, and keeping aspect ratio)? Both would be useful, I thought we could possibly resize but keeping the aspect ratio > then crop ? then overlay?
by pbennett87
2019-09-02T07:00:51-07:00
Forum: Users
Topic: PHP Resize based on overlaying image
Replies: 5
Views: 9118

PHP Resize based on overlaying image

I am having to use system commands in PHP, how would I resize the top layer to fit both height and width (even if the top layer is cropped slightly) it also needs to keep aspect ratio. system('convert background.png overlay.php \ \( -clone 0 -alpha extract \) \ \( -clone 0 -clone 1 -compose multiply...