xseticon icon indicating copy to clipboard operation
xseticon copied to clipboard

Implementation of different image formats

Open ahsand97 opened this issue 3 years ago • 2 comments

Hey I think I implemented support to multiple formats using the ImageMagick high level C API, I already tested with .svg, .xpm, .ico, .png, .jpg and extensionless valid image and it works.

Demonstration: Images used:

Screenshot_20211218_214033

extensionless .svg file image

.svg file image

.png file image

.xpm file image

.jpg file (almost invisible but is the twitter one) image

.ico file image

PS: Also I refactored some code solving some warnings that Intellij CLion was suggesting.

ahsand97 avatar Dec 19 '21 03:12 ahsand97

Hi ahsand97, thanks for the pull request. I'll give it a try and integrate it if ok.

xeyownt avatar Jan 31 '22 16:01 xeyownt

Hi ahsand97, thanks for the pull request. I'll give it a try and integrate it if ok.

Thanks, I didn't update the dependencies to the snap version cuz I didn't reallt know how to, so I believe the snap doesn't have the MagickWand dependency yet

ahsand97 avatar Feb 01 '22 15:02 ahsand97