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

What is the supported max resolution for compressing jpg files? Compression failed for 41000 * 15373 #249

Open
handloong opened this issue Jan 22, 2024 · 3 comments
Assignees
Labels

Comments

@handloong
Copy link

Describe the bug
I have a JPG file with a high resolution and successfully compressed, but it cannot be opened

Software version
Caesium Image Compressor.exe [2.5.1]
image

@handloong
Copy link
Author

@Lymphatus
Copy link
Owner

Lymphatus commented Jan 22, 2024

Can you share the compression options you used?
You can see them when going to "Edit > Preferences... > Show Usage Data" (编辑 > 选项... > 展示使用数据). It may be something related to the compression options.

@handloong
Copy link
Author

Can you share the compression options you used? You can see them when going to "Edit > Preferences... > Show Usage Data" (编辑 > 选项... > 展示使用数据). It may be something related to the compression options.

I apologize for providing very little information. Here is more information

parameters are default :

系统数据
{
    "appVersion": "2.5.1",
    "cpuArchitecture": "x86_64",
    "kernelType": "winnt",
    "kernelVersion": "10.0.22621",
    "productType": "windows",
    "productVersion": "11",
    "uuid": "3c85c045-c7a2-4da2-be4a-b2441ba0f314"
}

压缩数据
{
    "compressedSize": "...",
    "compressionOptions": {
        "compression/jpeg_quality": 50,
        "compression/keep_metadata": "true",
        "compression/keep_structure": "false",
        "compression/lossless": "false",
        "compression/max_output_size": 500,
        "compression/max_output_size_unit": 0,
        "compression/mode": 0,
        "compression/png_quality": 80,
        "compression/webp_quality": 80,
        "output/format": 0,
        "output/keep_creation_date": "false",
        "output/keep_dates": 0,
        "output/keep_last_access_date": "false",
        "output/keep_last_modified_date": "false",
        "output/output_folder": "D:\\Work\\Lux.Filetransfer\\HT",
        "output/output_suffix": "",
        "output/same_folder_as_input": "true",
        "output/skip_if_bigger": "true",
        "resize/do_not_enlarge": "false",
        "resize/fit_to": 0,
        "resize/height": 1000,
        "resize/keep_aspect_ratio": "false",
        "resize/resize": "false",
        "resize/size": 1000,
        "resize/width": 1000
    },
    "elapsedTime": "...",
    "totalFiles": "...",
    "uncompressedSize": "...",
    "uuid": "3c85c045-c7a2-4da2-be4a-b2441ba0f314"
}

image

image

After compressing the image, I use HoneyView to browse the image and it can be opened for browsing, but it cannot be zoomed in or out

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants