Vloeck
Vloeck
I have the same problem when loading 24-bit RGB PNGs, it works fine with 32-bit RGB+alpha PNGs. On my laptop it takes ~100 seconds to load (1280x1280, 24-bit RGB, non-interlaced,...
```rust if info.color_type == png::ColorType::RGB { // Applies only to RGB let mut insert_count = 0; let len = (info.width * info.height) as usize; for i in 0..len { //...
The original algorithm for extending from RGB to RGBA is probably O(n^2), mine should be O(n)
You can replace in venv/Lib/site-packages/ultima_scraper_api/apis/onlyfans/classes/auth_model.py in line 189 `ceil = math.ceil(subscription_type_count / limit)` with `ceil = math.ceil(subscription_type_count / limit * 1.2)` Apparently OF gives lists with holes, so you need...
if you have the problem that not all media is scraped, the same adjustment can be made in venv/Lib/site-packages/ultima_scraper_api/apis/onlyfans/classes/extras.py in line 356 Replace `ceil = math.ceil(api_count / limit)` with `ceil...
its where the python libraries are installed I do not know exactly how your setup is, there are multiple possibilities
I guess that won"t happen, see #162
So this is still not working and not being considered 9 years after first reporting?