Importing Libraries for my project failed #3243
Unanswered
jangamer95
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i program with android studio and i wanted to add the libraries for viewing dicom to jpg into my project.
But those packages can not import into my project i tried like two weeks and i still not know how to find a way to integrate your libraries into my android studio project
import org.dcm4che3.data.Attributes;
import org.dcm4che3.image.ICCProfile;
import org.dcm4che3.imageio.plugins.dcm.DicomImageReadParam;
import org.dcm4che3.io.DicomInputStream;
import org.dcm4che3.tool.common.CLIUtils;
import org.dcm4che3.util.SafeClose;
import java.awt.image.BufferedImage;
import javax.imageio.stream.FileImageInputStream;
import javax.imageio.stream.FileImageOutputStream;
import javax.imageio.stream.ImageInputStream;
Beta Was this translation helpful? Give feedback.
All reactions