pub struct FitsConverter { /* private fields */ }Implementations§
Source§impl FitsConverter
impl FitsConverter
pub fn new() -> Self
pub fn with_downscale(self, factor: usize) -> Self
pub fn with_quality(self, quality: u8) -> Self
pub fn without_debayer(self) -> Self
pub fn with_preview_mode(self) -> Self
pub fn convert<P: AsRef<Path>, Q: AsRef<Path>>( &self, input_path: P, output_path: Q, ) -> Result<()>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FitsConverter
impl RefUnwindSafe for FitsConverter
impl Send for FitsConverter
impl Sync for FitsConverter
impl Unpin for FitsConverter
impl UnwindSafe for FitsConverter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more