FridayJew
FridayJew
> Hi @FridayJew, can you explain the behaviour you need? > > Show a sample input image, desired output, and the operations you have tried to use. I want get...
i use this functions: ``` $im = vips_image_new_from_file('./big_image.png')["out"]; //, ['access' => 'sequential']; vips_call('dzsave', $im, './folder', ["overlap" => 0, "tile-size" => 256, "depth" => "onetile", "layout" => "google", "suffix" => ".png"]);...
> Try `"depth" => "onepixel"`. This is make more levels for another way. I want more to + zoom. https://imgur.com/a/JN2oodX > `skip_blanks` should work. You'll need to post an example...
this version install on hosting: ``` Vips headers version | 8.5.6 Vips library version | 8.5.6 Vips ABI version | 49.5.7 ```
> Oh, you want more detailed levels? > > You could enlarge the image before making the pyramid. Maybe i can make one layer for 2x image, calculate how much...