MCPcopy Create free account
hub / github.com/bluescan/tacentview / OnSaveMultiFrameImage

Method OnSaveMultiFrameImage

Src/TacentView.cpp:1760–1768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1758
1759
1760void Viewer::OnSaveMultiFrameImage()
1761{
1762 Config::ProfileData& profile = Config::GetProfileData();
1763 if (profile.ShowImportRaw)
1764 return;
1765
1766 if (Images.GetNumItems() > 1)
1767 Request_MultiFrameModal = true;
1768}
1769
1770
1771void Viewer::OnSaveExtractFrames()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected