mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
80 lines
2.6 KiB
HTML
80 lines
2.6 KiB
HTML
---
|
|
title: SD to Photo
|
|
layout: dsiware
|
|
---
|
|
<style>
|
|
.float-container {
|
|
border: 0px solid #fff;
|
|
font-size: 0;
|
|
}
|
|
|
|
.float-child1 {
|
|
width: 40%;
|
|
height: 40%;
|
|
float: left;
|
|
padding: 1vw;
|
|
}
|
|
|
|
.float-child2 {
|
|
width: 20%;
|
|
height: 40%;
|
|
float: right;
|
|
padding: 1vw;
|
|
}
|
|
</style>
|
|
<div class="float-container">
|
|
<div class="float-child1">
|
|
<div class="container">
|
|
<div class="imageOne image">
|
|
<img src="/assets/dsi/widebarnoprompt_u.png" style="width:75vw;">
|
|
<img src="/assets/dsi/widepromptnobar.png" style="width:75vw;height:40vw;">
|
|
<img src="/assets/dsi/widebarnoprompt_d.png" style="width:75vw;">
|
|
</div>
|
|
<div class="othertext" style="width:73.5vw;">
|
|
<h1>SD to Photo</h1>
|
|
SD to Photo is a tool that copies all photos from the SD card to the photo region of NAND. It preserves the filepaths, so <code>sd:/DCIM/100NIN02/HNI_0001.JPG</code> will be stored in NAND as <code>photo:/DCIM/100NIN02/HNI_0001.JPG</code>.<br><br>The app will first display a black screen (loading), switch to red (copying photos), and end on blue (finished).
|
|
</div>
|
|
</div>
|
|
</ul>
|
|
</div>
|
|
<div class="float-child2">
|
|
<div class="container">
|
|
<div class="imageOne image">
|
|
<img src="/assets/dsi/thinbarnoprompt_u.png" style="width:20vw;">
|
|
<img src="/assets/dsi/thinpromptnobar.png" style="width:20vw;height:40vw;">
|
|
<img src="/assets/dsi/thinbarnoprompt_d.png" style="width:20vw;">
|
|
</div>
|
|
<div class="imageTwo">
|
|
<ul class="homeimg">
|
|
<div class="container">
|
|
<div class="imageTwo image2">
|
|
<img src="/assets/dsi/homemenu.png" class="homeimg">
|
|
</div>
|
|
<div class="imageThree image3">
|
|
<div class="hometext" style="padding-top: 2.7vw;padding-left: 3.8vw;">SD to Photo</div>
|
|
<!--padding-top 2vw and 2.7vw for two and one line banners, respectively-->
|
|
<div class="imageThree image3 homeicon">
|
|
<img src="/assets/dsi/sd2photo.gif" width="13%" height="13%">
|
|
</div>
|
|
</div>
|
|
<div class="othertext" style="text-align:left;padding-top:25%;margin-left:-15%;">
|
|
<p>
|
|
<b>Source:</b><div style="font-size: 40px;font-size: 1vw;">????</div><br>
|
|
<table class="othertexts" style="solid; width: 100%;font-size: 3px;font-size: 1vw;">
|
|
<tr>
|
|
<th><br>SRL</th>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="sd2photo.srl">????</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
</p>
|
|
</div>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|