The plugin applies the filter with 2 parameters: [apply_filters( 'wp_generate_attachment_metadata', $metadata, $attachment_id );](https://github.com/Rahe/simple-image-sizes/blob/a722ac4cc84d23bab150e0978ab8298664901a20/classes/Admin/Main.php#L332C10-L332C88) while [WordPress requires 3 parameters](https://developer.wordpress.org/reference/hooks/wp_generate_attachment_metadata/) and this can crash other plugins.