GUI pictures in CMYK

Propose new features and changes
zuzu_kuc
Posts: 76
Joined: 30 Mar 2016, 12:36

GUI pictures in CMYK

15 Mar 2021, 03:55

Hi,
in this moment AHK is not able to show tif picture in GUI if this picture is in CMYK and have transparency.
It would by nice to have this option natively in AHK.
Thanks
Link to sample file (NAS Synology) here:
http://gofile.me/4PXGD/JqFQqUnAn
User avatar
Delta Pythagorean
Posts: 627
Joined: 13 Feb 2017, 13:44
Location: Somewhere in the US
Contact:

Re: GUI pictures in CMYK

15 Mar 2021, 22:19

My best guess with this is to use GDI+ to import the tif file as a bitmap and then print as CMYK.

[AHK]......: v2.0.12 | 64-bit
[OS].......: Windows 11 | 23H2 (OS Build: 22621.3296)
[GITHUB]...: github.com/DelPyth
[PAYPAL]...: paypal.me/DelPyth
[DISCORD]..: tophatcat

zuzu_kuc
Posts: 76
Joined: 30 Mar 2016, 12:36

Re: GUI pictures in CMYK

16 Mar 2021, 18:50

i want to create a "real time" portfolio with some description. User will input ID of piture like 458712, AHK will loop all files in all subfolders and show pictures which contains this ID . this can be 5-50 pictures (each can have 40-500 mb size) and loop have to go thru 50 000 files. so convert every tif to RGB is too slow. :/
malcev
Posts: 1769
Joined: 12 Aug 2014, 12:37

Re: GUI pictures in CMYK

17 Mar 2021, 08:10

this can be 5-50 pictures (each can have 40-500 mb size) and loop have to go thru 50 000 files
It is bad idea.
For normal work You have to create preview file of each 50000 picture with normal size.
To convert them in batch You can with wic help.
Gdi+ does not understand cmyk tif+alpha.

Return to “Wish List”

Who is online

Users browsing this forum: gongnl and 16 guests