Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Picture for Hue Secure Floodlight Camera #2651

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

JohnConnett
Copy link
Contributor

https://www.philips-hue.com/en-gb/products/all-products/product-page/floodlight-security-camera

Picture was created as follows:

$ # Grab the picture
$ curl https://www.assets.signify.com/is/image/PhilipsLighting/8720169177703-929003608801-Philips-Hue_Secure-Flood-Light-with-Camera-EU-RTP --output temp.jpg $ # Use https://new.express.adobe.com/tools/remove-background $ # Crop to square
$ convert temp.png -crop 2400x2400+150-300 +repage temp2.png $ convert temp2.png -crop 2250x2100-150 +repage temp3.png $ # Resize
$ convert temp3.png -resize 512x512 442296118491.png $

https://www.philips-hue.com/en-gb/products/all-products/product-page/floodlight-security-camera

Picture was created as follows:

$ # Grab the picture
$ curl https://www.assets.signify.com/is/image/PhilipsLighting/8720169177703-929003608801-Philips-Hue_Secure-Flood-Light-with-Camera-EU-RTP --output temp.jpg
$ # Use https://new.express.adobe.com/tools/remove-background
$ # Crop to square
$ convert temp.png -crop 2400x2400+150-300 +repage temp2.png
$ convert temp2.png -crop 2250x2100-150 +repage temp3.png
$ # Resize
$ convert temp3.png -resize 512x512 442296118491.png
$
@Koenkk Koenkk merged commit 4957191 into Koenkk:master Mar 25, 2024
1 check passed
@Koenkk
Copy link
Owner

Koenkk commented Mar 25, 2024

Thanks!

@JohnConnett JohnConnett deleted the hue-secure-floodlight-camera branch March 26, 2024 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants