julin69

Results 19 comments of julin69

Hello, now i am puzzled, your code: ```python new_image = ImageCms.profileToProfile(current_image, io.BytesIO(profile), srgb_profile) ``` and my code: ```python transformed_profile = ImageCms.buildTransformFromOpenProfiles(io.BytesIO(profile), srgb_profile, current_image.mode, "RGB") current_image = ImageCms.applyTransform(current_image, transformed_profile) ``` Which...

What I want is transform to sRGB not assign to sRGB. Thanks!

Hello, when i save image as jpg with icc_profile,the code below: ```python im.save("out.jpg", icc_profile=ImageCms.ImageCmsProfile(profile).tobytes()) ``` I find a problem, I use Adobe Photoshop open the saved image, the result is...

In addition,I find a icm file in my Windows 10 operating system,the path is: C:\Windows\System32\spool\drivers\color\sRGB Color Space Profile.icm can i use this icm file as ICC profile?

你好,现在可以支持任意角度旋转了吗?

设置了high为true或者false,导出的图片几乎差不多,也不是设置导出的图片DPI用的

没有用的,配置了enlarge只是改变了导出后图片的宽高,对dpi没有任何改变,生成出来的还是96dpi的

有方法可以改变这个mode吗,可以任意切换mode

而且,mode是相对与容器外面的元素节点的,不是相对与裁剪框的 当我设置mode为cover时,效果是这样的: ![image](https://user-images.githubusercontent.com/34527159/226850428-b62a7f4a-af58-428a-9621-1a2180234b8d.png) 我想要的不是这种,我要的是填充到裁剪框里面去